summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-12 09:34:37 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-12 13:18:28 +0900
commit2ec181992b2f14c2f1c9b3bd94590f8503136f1c (patch)
tree04a089d91ad5186923f410db0ab8ab534c7091d7 /common.mk
parentc09b75ab35c8bdb43e942540835557aa76ba83b1 (diff)
pry is not needed for test-bundled-gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7928
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 17f9e2f0f5..97a259b27e 100644
--- a/common.mk
+++ b/common.mk
@@ -1429,7 +1429,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" "yard" "pry" "packnga" "rexml" "json-schema" "test-unit-rr" "rake-compiler"
+ --install-dir .bundle --conservative "bundler" "minitest:~> 5" "test-unit" "rake" "hoe" "yard" "packnga" "rexml" "json-schema" "test-unit-rr" "rake-compiler"
$(ACTIONS_ENDGROUP)
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare