diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-09-03 16:57:02 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-09-03 19:10:20 +0900 |
commit | 078969914d6776499a655301b3a86e904d8b27b4 (patch) | |
tree | 06448948152ee78481dc96dc7aaeb0f2f7ff2219 | |
parent | 62fc81fe124d4de35153aad5df0dcf21dafdddc6 (diff) |
[ruby/rdoc] minitest is not need to run rubygems test now
https://github.com/ruby/rdoc/commit/27c5f946d2
-rw-r--r-- | lib/rdoc/Gemfile | 1 |
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 |