summaryrefslogtreecommitdiff
path: root/gems
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-14 08:35:56 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-14 14:24:29 +0900
commitbd019ac87aa47c481348ec6b7e3773bba3028392 (patch)
tree7030ce966443f814096975a39555148c44121c11 /gems
parent6e93320c1b5ee25331ffc300beb5f14f2630403f (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
Diffstat (limited to 'gems')
-rw-r--r--gems/bundled_gems2
1 files changed, 1 insertions, 1 deletions
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