summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-13 17:58:28 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-13 19:49:32 +0900
commite5cf6b6dbe7b571f83f7ef0f0c200f0a3c76bcea (patch)
treeaaab0132e83c711e8d91207f045523cb9c40cc1c /common.mk
parent5d91be7c1fe10ef52cd6075328b8c121fb5420c8 (diff)
Don't install bundled gems for test-bundled-gems and test-syntax-suggest
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7937
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 8c96489237..79eb9a309f 100644
--- a/common.mk
+++ b/common.mk
@@ -1432,7 +1432,7 @@ no-test-bundled-gems-prepare: no-test-bundled-gems-precheck
yes-test-bundled-gems-prepare: yes-test-bundled-gems-precheck
$(ACTIONS_GROUP)
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
- --install-dir .bundle --conservative "bundler" "minitest:~> 5" "test-unit" "rake" "hoe" "rexml" "json-schema" "test-unit-rr" "rake-compiler"
+ --install-dir .bundle --conservative "hoe" "rexml" "json-schema" "test-unit-rr" "rake-compiler"
$(ACTIONS_ENDGROUP)
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
@@ -1456,7 +1456,7 @@ no-test-syntax-suggest-prepare: no-test-syntax-suggest-precheck
yes-test-syntax-suggest-prepare: yes-test-syntax-suggest-precheck
$(ACTIONS_GROUP)
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
- --install-dir .bundle --conservative "bundler" "rake" "rspec:~> 3"
+ --install-dir .bundle --conservative "rspec:~> 3"
$(ACTIONS_ENDGROUP)
RSPECOPTS =