1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Remove unclear comment

https://github.com/rubygems/rubygems/commit/3a843c1ac7
This commit is contained in:
David Rodríguez 2022-01-17 22:34:32 +01:00 committed by git
parent af40af45b2
commit 4ea521f6c7

View file

@ -747,9 +747,6 @@ module Bundler
next if @unlock[:sources].include?(s.source.name)
# If the spec is from a path source and it doesn't exist anymore
# then we unlock it.
# Path sources have special logic
if s.source.instance_of?(Source::Path) || s.source.instance_of?(Source::Gemspec)
new_specs = begin