We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0266e commit 743b51bCopy full SHA for 743b51b
bundler/lib/bundler/stub_specification.rb
@@ -40,7 +40,7 @@ def ignored?
40
41
# If we share GEM_HOME for all of Ruby platform, the platform specific gem always warn that specification.
42
# ex `jruby-launcher` and CRuby
43
- if platform == Gem::Platform::RUBY && RUBY_ENGINE != "jruby"
+ if RUBY_ENGINE != "jruby"
44
warn "Source #{source} is ignoring #{self} because it is missing extensions"
45
end
46
0 commit comments