Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly bundle racc gem for Ruby 3.3+ #690

Merged
merged 1 commit into from Mar 29, 2024

Conversation

amatsuda
Copy link
Contributor

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

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
@radar radar merged commit 7842cab into ruby-i18n:master Mar 29, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants