[前][次][番号順一覧][スレッド一覧]

ruby-changes:72839

From: David <ko1@a...>
Date: Sat, 6 Aug 2022 15:42:02 +0900 (JST)
Subject: [ruby-changes:72839] 4ea521f6c7 (master): [rubygems/rubygems] Remove unclear comment

https://git.ruby-lang.org/ruby.git/commit/?id=4ea521f6c7

From 4ea521f6c7a288d985775ab0a380620db865fac4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
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 https://github.com/ruby/ruby/blob/trunk/lib/bundler/definition.rb#L747
 
         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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]