summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-13 18:27:21 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-13 19:49:32 +0900
commit27d581ea6ccda94a5c999fa566add8a7b895c358 (patch)
tree6834bbf61700de82ea3b6a1979f2e34b1dd939cf /common.mk
parente5cf6b6dbe7b571f83f7ef0f0c200f0a3c76bcea (diff)
rexml is also bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7937
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 79eb9a309f..8b9931db90 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" "rexml" "json-schema" "test-unit-rr" "rake-compiler"
+ --install-dir .bundle --conservative "hoe" "json-schema" "test-unit-rr" "rake-compiler"
$(ACTIONS_ENDGROUP)
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare