[rubygems/rubygems] Remove unclear comment
https://github.com/rubygems/rubygems/commit/3a843c1ac7
This commit is contained in:
parent
af40af45b2
commit
4ea521f6c7
@ -747,9 +747,6 @@ module Bundler
|
|||||||
|
|
||||||
next if @unlock[:sources].include?(s.source.name)
|
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
|
# Path sources have special logic
|
||||||
if s.source.instance_of?(Source::Path) || s.source.instance_of?(Source::Gemspec)
|
if s.source.instance_of?(Source::Path) || s.source.instance_of?(Source::Gemspec)
|
||||||
new_specs = begin
|
new_specs = begin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user