Skip to content

Add racc as explicit dependency for Ruby 3.3+ compatibility#33

Closed
jonatas wants to merge 11 commits intomasterfrom
add-racc-dependency
Closed

Add racc as explicit dependency for Ruby 3.3+ compatibility#33
jonatas wants to merge 11 commits intomasterfrom
add-racc-dependency

Conversation

@jonatas
Copy link
Owner

@jonatas jonatas commented Jun 2, 2025

Problem

Starting from Ruby 3.3.0, the racc/parser is no longer included in the default gems. This causes test failures when running the test suite with Ruby 3.3 or newer.

Error message:

LoadError: cannot load such file -- racc/parser\

Solution

Added racc as an explicit dependency in the gemspec file. This ensures compatibility with Ruby 3.3+ while maintaining functionality with older Ruby versions.

Testing

All tests are passing after adding the dependency.

@jonatas jonatas closed this Jun 2, 2025
@jonatas jonatas deleted the add-racc-dependency branch June 2, 2025 23:27
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.

1 participant

Comments