summaryrefslogtreecommitdiff
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
parent4a7dccf44f02fa471e848ec729393c257b97da4d (diff)
Bundle typeprof gem as bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3668
-rw-r--r--common.mk2
-rw-r--r--gems/bundled_gems1
2 files changed, 2 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
diff --git a/gems/bundled_gems b/gems/bundled_gems
index 486b11c2ee..87f046e3fe 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -6,3 +6,4 @@ test-unit 3.3.6 https://github.com/test-unit/test-unit 3.3.6
rexml 3.2.4 https://github.com/ruby/rexml
rss 0.2.9 https://github.com/ruby/rss 0.2.9
rbs 0.13.1 https://github.com/ruby/rbs
+typeprof 0.2.0 https://github.com/ruby/typeprof