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

ruby-changes:72772

From: David <ko1@a...>
Date: Mon, 1 Aug 2022 23:14:41 +0900 (JST)
Subject: [ruby-changes:72772] 5c13adb746 (master): [rubygems/rubygems] Fix comment incorrectly copied from another spec

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

From 5c13adb746ad7d0f829809ee833e4fdde1238e68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Mon, 1 Aug 2022 11:46:49 +0200
Subject: [rubygems/rubygems] Fix comment incorrectly copied from another spec

https://github.com/rubygems/rubygems/commit/9be5eae9cf
---
 spec/bundler/commands/outdated_spec.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/spec/bundler/commands/outdated_spec.rb b/spec/bundler/commands/outdated_spec.rb
index d0209022a2..3b09d6f177 100644
--- a/spec/bundler/commands/outdated_spec.rb
+++ b/spec/bundler/commands/outdated_spec.rb
@@ -1114,8 +1114,7 @@ RSpec.describe "bundle outdated" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/commands/outdated_spec.rb#L1114
           gem 'major', '1.0.0'
         G
 
-        # remove 1.4.3 requirement and bar altogether
-        # to setup update specs below
+        # remove all version requirements
         gemfile <<-G
           source "#{file_uri_for(gem_repo4)}"
           gem 'patch'
-- 
cgit v1.2.1


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

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