aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <znz@users.noreply.github.com>2020-03-24 15:36:53 +0900
committerGitHub <noreply@github.com>2020-03-24 15:36:53 +0900
commit930b012ad96bfb0bd12446b89407120744ef92eb (patch)
tree02bb0fa480b76bae202e41dfab56a545a41554e7 /common.mk
parentf6b6a7ad345c50eeb3f7206ceabdf41ba94b7d85 (diff)
downloadruby-930b012ad96bfb0bd12446b89407120744ef92eb.tar.gz
Add rexml to fix rss of test-bundled-gems (#2976)
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 e85ad34c8e..a49347cb05 100644
--- a/common.mk
+++ b/common.mk
@@ -1320,7 +1320,7 @@ test-bundled-gems-fetch: $(PREP)
test-bundled-gems-prepare: test-bundled-gems-precheck test-bundled-gems-fetch
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
- --install-dir .bundle --conservative "bundler" "minitest:~> 5" 'test-unit' 'rake' 'hoe' 'yard' 'pry' 'packnga'
+ --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