Skip to content

Commit bdce652

Browse files
committed
racc has been extracted to a gem since Ruby 3.3
see: https://bugs.ruby-lang.org/issues/19702 This fixes CI failures on Ruby 3.3 with the following error: cannot load such file -- racc/parser (LoadError) e.g. https://github.com/ruby-i18n/i18n/actions/runs/8179356458/job/22365256416
1 parent 74258ad commit bdce652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ gem 'test_declarative', '0.0.6'
77
gem 'rake', '~> 13'
88
gem 'minitest', '~> 5.14'
99
gem 'json'
10+
gem 'racc'

0 commit comments

Comments
 (0)