diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-06-14 08:35:56 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-06-14 14:24:29 +0900 |
| commit | bd019ac87aa47c481348ec6b7e3773bba3028392 (patch) | |
| tree | 7030ce966443f814096975a39555148c44121c11 | |
| parent | 6e93320c1b5ee25331ffc300beb5f14f2630403f (diff) | |
Removed rake-compiler dependency for test-bundled-gems
It's needless with racc-1.7.1
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7943
| -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 |
