Bundle typeprof gem as bundled gems

This commit is contained in:
Yusuke Endoh 2020-10-09 10:16:59 +09:00
Родитель 4a7dccf44f
Коммит c05e41035c
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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