Skip to content

Commit 8cf1222

Browse files
deivid-rodriguezmatzbot
authored andcommitted
[rubygems/rubygems] Reuse name local
ruby/rubygems@508fb45b76
1 parent 335ef5e commit 8cf1222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bundler/definition.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ def converge_specs(specs)
975975
end
976976

977977
if dep.nil? && requested_dependencies.find {|d| name == d.name }
978-
@gems_to_unlock << s.name
978+
@gems_to_unlock << name
979979
else
980980
converged << s
981981
end

0 commit comments

Comments
 (0)