Removed rake-compiler dependency for test-bundled-gems

It's needless with racc-1.7.1
This commit is contained in:
Hiroshi SHIBATA 2023-06-14 08:35:56 +09:00
Родитель 6e93320c1b
Коммит bd019ac87a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1432,7 +1432,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 "hoe" "json-schema" "test-unit-rr" "rake-compiler"
--install-dir .bundle --conservative "hoe" "json-schema" "test-unit-rr"
$(ACTIONS_ENDGROUP)
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare

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

@ -20,4 +20,4 @@ prime 0.1.2 https://github.com/ruby/prime
rbs 3.1.0 https://github.com/ruby/rbs
typeprof 0.21.7 https://github.com/ruby/typeprof aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
debug 1.8.0 https://github.com/ruby/debug
racc 1.7.0 https://github.com/ruby/racc
racc 1.7.1 https://github.com/ruby/racc