Skip to content

Commit 01eb542

Browse files
committed
Follow rubygems-requirements-system change
1 parent 3d7c09d commit 01eb542

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/native-package-installer.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def install(spec)
3232

3333
def initialize(spec)
3434
@spec = spec
35-
@platform = RubyGemsRequirementsSystem::Platform.detect
35+
ui = RubyGemsRequirementsSystem::UI.new(Gem.ui)
36+
@platform = RubyGemsRequirementsSystem::Platform.detect(ui)
3637
end
3738

3839
def install

0 commit comments

Comments
 (0)