ruby-i18n / i18n

Internationalization (i18n) library for Ruby
MIT License
976 stars 408 forks source link

Explicitly bundle racc gem for Ruby 3.3+ #690

Closed amatsuda closed 5 months ago

amatsuda commented 5 months ago

because 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 cannot load such file -- racc/parser (LoadError)

e.g. https://github.com/ruby-i18n/i18n/actions/runs/8179356458/job/22365256416