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

ruby-changes:67578

From: Hiroshi <ko1@a...>
Date: Fri, 3 Sep 2021 19:10:32 +0900 (JST)
Subject: [ruby-changes:67578] 078969914d (master): [ruby/rdoc] minitest is not need to run rubygems test now

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

From 078969914d6776499a655301b3a86e904d8b27b4 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 3 Sep 2021 16:57:02 +0900
Subject: [ruby/rdoc] minitest is not need to run rubygems test now

https://github.com/ruby/rdoc/commit/27c5f946d2
---
 lib/rdoc/Gemfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/rdoc/Gemfile b/lib/rdoc/Gemfile
index f853aa9..b7bd49a 100644
--- a/lib/rdoc/Gemfile
+++ b/lib/rdoc/Gemfile
@@ -7,7 +7,6 @@ group :development do https://github.com/ruby/ruby/blob/trunk/lib/rdoc/Gemfile#L7
   gem 'racc', '> 1.4.10'
   gem 'kpeg', github: 'evanphx/kpeg'
   gem 'test-unit'
-  gem 'minitest' # for test_rdoc_rubygems_hook.rb
   gem 'rubocop'
   gem 'gettext'
 end
-- 
cgit v1.1


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

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