summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-03 16:57:02 +0900
committergit <svn-admin@ruby-lang.org>2021-09-03 19:10:20 +0900
commit078969914d6776499a655301b3a86e904d8b27b4 (patch)
tree06448948152ee78481dc96dc7aaeb0f2f7ff2219 /lib
parent62fc81fe124d4de35153aad5df0dcf21dafdddc6 (diff)
[ruby/rdoc] minitest is not need to run rubygems test now
https://github.com/ruby/rdoc/commit/27c5f946d2
Diffstat (limited to 'lib')
-rw-r--r--lib/rdoc/Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rdoc/Gemfile b/lib/rdoc/Gemfile
index f853aa9fe7..b7bd49a8cf 100644
--- a/lib/rdoc/Gemfile
+++ b/lib/rdoc/Gemfile
@@ -7,7 +7,6 @@ group :development do
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