mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[rubygems/rubygems] Remove unnecessary replacement of locked dependencies sources
The `converge_dependencies` method already replaces the source of the
dependency with an equivalent source from the Gemfile if possible.
a449e7ba19
This commit is contained in:
parent
20f57c5dc1
commit
164952cef3
Notes:
git
2025-03-24 04:25:27 +00:00
1 changed files with 0 additions and 3 deletions
|
@ -917,9 +917,6 @@ module Bundler
|
|||
@locked_specs.each do |spec|
|
||||
spec.source &&= converge_path_source_to_gemspec_source(spec.source)
|
||||
end
|
||||
@locked_deps.each do |_, dep|
|
||||
dep.source &&= converge_path_source_to_gemspec_source(dep.source)
|
||||
end
|
||||
end
|
||||
|
||||
def converge_sources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue