summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-31 17:48:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-31 18:51:59 +0900
commit86737c509cd49cfe4509a65d300d390da0f07be6 (patch)
tree564442c22c73364cd6cfc57f6adb3afa37741f3f /common.mk
parentb674fc9ca2498d55c7e4f91592279eb985b8bea1 (diff)
Removed minitest and hoe because they didn't support Ruby 3 yet
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3480
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 990fa2c141..431cfb2fd5 100644
--- a/common.mk
+++ b/common.mk
@@ -1342,7 +1342,7 @@ test-bundled-gems-prepare: $(TEST_RUNNABLE)-test-bundled-gems-prepare
no-test-bundled-gems-prepare: no-test-bundled-gems-precheck
yes-test-bundled-gems-prepare: yes-test-bundled-gems-precheck
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
- --install-dir .bundle --conservative "bundler" "minitest:~> 5" 'test-unit' 'rake' 'hoe' 'yard' 'pry' 'packnga' 'rexml'
+ --install-dir .bundle --conservative "bundler" 'test-unit' 'rake' 'yard' 'pry' 'packnga' 'rexml'
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems