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 5f0f0c6 commit ba9d9b1Copy full SHA for ba9d9b1
bundler/lib/bundler/lazy_specification.rb
@@ -77,7 +77,7 @@ def materialize_for_installation
77
source.local!
78
79
candidates = if source.is_a?(Source::Path) || !ruby_platform_materializes_to_ruby_platform?
80
- target_platform = ruby_platform_materializes_to_ruby_platform? ? platform : Bundler.local_platform
+ target_platform = ruby_platform_materializes_to_ruby_platform? ? platform : local_platform
81
82
source.specs.search(Dependency.new(name, version)).select do |spec|
83
MatchPlatform.platforms_match?(spec.platform, target_platform)
0 commit comments