aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-23 10:59:49 +0900
committerGitHub <noreply@github.com>2020-09-23 10:59:49 +0900
commitba889100d850e973e519cebc48d5b4f1e8ab0034 (patch)
tree9612c4712137d35404da81b425b45edd5d3a639a /common.mk
parente380f78851b27511f165bcd841626f2cb9fa87be (diff)
downloadruby-ba889100d850e973e519cebc48d5b4f1e8ab0034.tar.gz
Bundle rbs gem as bundled gems (#3496)
* Added rbs as bundled gems * Added the missing dependencies for rbs gem
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 936846d629..62e139a1d4 100644
--- a/common.mk
+++ b/common.mk
@@ -1349,7 +1349,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'
+ --install-dir .bundle --conservative "bundler" "minitest:~> 5" "test-unit" "rake" "hoe" "yard" "pry" "packnga" "rexml" "json-schema"
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare
test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems