From ddf6053ac794bb7e3a27faeb015f0f0963613bc9 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 30 Jul 2024 16:36:36 +0900 Subject: [PATCH] * Bump Racc to 1.8.1 Racc 1.8.1 has been released and this PR bumps Racc to 1.8.1: https://github.com/ruby/racc/releases/tag/v1.8.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 15915040b..65348b2a1 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gemspec # Workaround for bug in Bundler on JRuby # See https://github.com/bundler/bundler/issues/4157 gem 'ast', '>= 1.1', '< 3.0' -gem 'racc', '1.8.0' +gem 'racc', '1.8.1'