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

ruby-changes:71007

From: David <ko1@a...>
Date: Tue, 25 Jan 2022 22:12:47 +0900 (JST)
Subject: [ruby-changes:71007] cd806e19b7 (master): [rubygems/rubygems] Remove unnecessary comment

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

From cd806e19b7b72ef81762c57090d0a73a42e2382d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Tue, 25 Jan 2022 12:47:57 +0100
Subject: [rubygems/rubygems] Remove unnecessary comment

https://github.com/rubygems/rubygems/commit/ef4e5c6169
---
 spec/bundler/install/gemfile/git_spec.rb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/spec/bundler/install/gemfile/git_spec.rb b/spec/bundler/install/gemfile/git_spec.rb
index a0fb4a3cea2..e4a5f7a8ff6 100644
--- a/spec/bundler/install/gemfile/git_spec.rb
+++ b/spec/bundler/install/gemfile/git_spec.rb
@@ -418,9 +418,6 @@ RSpec.describe "bundle install with git sources" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/gemfile/git_spec.rb#L418
 
   describe "when specifying local override" do
     it "uses the local repository instead of checking a new one out" do
-      # We don't generate it because we actually don't need it
-      # build_git "rack", "0.8"
-
       build_git "rack", "0.8", :path => lib_path("local-rack") do |s|
         s.write "lib/rack.rb", "puts :LOCAL"
       end
-- 
cgit v1.2.1


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

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