summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-01-17 22:34:32 +0100
committergit <svn-admin@ruby-lang.org>2022-08-06 15:41:45 +0900
commit4ea521f6c7a288d985775ab0a380620db865fac4 (patch)
treed7e46c78e87e6836615b3ad9f71ffb4bdaab5081
parentaf40af45b28a9576d5ae6a46d9678c0e3d6be005 (diff)
[rubygems/rubygems] Remove unclear comment
https://github.com/rubygems/rubygems/commit/3a843c1ac7
-rw-r--r--lib/bundler/definition.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bundler/definition.rb b/lib/bundler/definition.rb
index 30e1820eec..71322d6d41 100644
--- a/lib/bundler/definition.rb
+++ b/lib/bundler/definition.rb
@@ -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