summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-10-09 10:16:59 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-10-20 13:03:11 +0900
commitc05e41035c01ab38bdb279601a08e17921bcdc8e (patch)
tree1d8211ab72595092ce83d0bad02e59569141a68e /common.mk
parent4a7dccf44f02fa471e848ec729393c257b97da4d (diff)
Bundle typeprof gem as bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3668
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 e3bf8f9428..10910d1775 100644
--- a/common.mk
+++ b/common.mk
@@ -1350,7 +1350,7 @@ test-bundled-gems-prepare: $(TEST_RUNNABLE)-test-bundled-gems-prepare
no-test-bundled-gems-prepare: no-test-bundled-gems-precheck
yes-test-bundled-gems-prepare: yes-test-bundled-gems-precheck
$(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"
+ --install-dir .bundle --conservative "bundler" "minitest:~> 5" "test-unit" "rake" "hoe" "yard" "pry" "packnga" "rexml" "json-schema" "rbs"
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems