summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-01 09:53:27 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-01 11:21:41 +0900
commit377159370b3fa85ae74a86eb1003aee796e1abc7 (patch)
tree98df638062ec69f88fac398101e8ca8ea0953004 /common.mk
parentb01d852c2add603ab51689d495fa443d32cf5909 (diff)
Revert the workaround of minitest and hoe
86737c509cd49cfe4509a65d300d390da0f07be6 3e1aea461320094e634ab32ca0b13dd43b69d8b0
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3493
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 431cfb2fd5..990fa2c141 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" 'test-unit' 'rake' 'yard' 'pry' 'packnga' 'rexml'
+ --install-dir .bundle --conservative "bundler" "minitest:~> 5" 'test-unit' 'rake' 'hoe' 'yard' 'pry' 'packnga' 'rexml'
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems