[rubygems/rubygems] Reuse name local

https://github.com/rubygems/rubygems/commit/508fb45b76
This commit is contained in:
David Rodríguez 2024-11-19 20:42:46 +01:00 committed by git
parent 335ef5ed81
commit 8cf1222e56

View File

@ -975,7 +975,7 @@ module Bundler
end
if dep.nil? && requested_dependencies.find {|d| name == d.name }
@gems_to_unlock << s.name
@gems_to_unlock << name
else
converged << s
end