summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-14 08:35:56 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-14 14:24:29 +0900
commitbd019ac87aa47c481348ec6b7e3773bba3028392 (patch)
tree7030ce966443f814096975a39555148c44121c11 /common.mk
parent6e93320c1b5ee25331ffc300beb5f14f2630403f (diff)
Removed rake-compiler dependency for test-bundled-gems
It's needless with racc-1.7.1
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7943
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 8b9931db90..212ab18bb7 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 "hoe" "json-schema" "test-unit-rr" "rake-compiler"
+ --install-dir .bundle --conservative "hoe" "json-schema" "test-unit-rr"
$(ACTIONS_ENDGROUP)
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare