diff options
-rw-r--r-- | common.mk | 2 | ||||
-rw-r--r-- | gems/bundled_gems | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 diff --git a/gems/bundled_gems b/gems/bundled_gems index 8a954c5f44..62d6b8346b 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -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 |