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 08e1554 commit 087e3e4Copy full SHA for 087e3e4
bundler/lib/bundler/lazy_specification.rb
@@ -88,9 +88,7 @@ def materialize_for_resolution
88
end
89
90
def __materialize__(platform)
91
- @specification = if source.is_a?(Source::Gemspec) && source.gemspec.name == name
92
- source.gemspec.tap {|s| s.source = source }
93
- else
+ @specification = begin
94
search_object = if source.is_a?(Source::Path) || !ruby_platform_materializes_to_ruby_platform?
95
Dependency.new(name, version)
96
else
0 commit comments