From 4ea521f6c7a288d985775ab0a380620db865fac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 17 Jan 2022 22:34:32 +0100 Subject: [rubygems/rubygems] Remove unclear comment https://github.com/rubygems/rubygems/commit/3a843c1ac7 --- lib/bundler/definition.rb | 3 --- 1 file changed, 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 -- cgit v1.2.3