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 4d83f37 commit 7f2db15Copy full SHA for 7f2db15
lib/bundler/lazy_specification.rb
@@ -108,7 +108,7 @@ def materialize_for_installation(most_specific_locked_platform = nil)
108
candidates = if use_exact_resolved_specifications?(most_specific_locked_platform)
109
matching_specs
110
else
111
- target_platform = ruby_platform_materializes_to_ruby_platform?(most_specific_locked_platform) ? platform : local_platform
+ target_platform = source.is_a?(Source::Path) ? platform : local_platform
112
113
installable_candidates = GemHelpers.select_best_platform_match(matching_specs, target_platform)
114
0 commit comments