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

Add support for ruby 3.3 #76

Merged
merged 6 commits into from
Feb 10, 2024
Merged

Add support for ruby 3.3 #76

merged 6 commits into from
Feb 10, 2024

Conversation

a666
Copy link
Contributor

@a666 a666 commented Feb 5, 2024

Adds CI tests for missing rspecs (11, 12, 13).
Adds CI tests for ruby 3.3 .
Allows the use of latest versions for dev dependencies (except aruba (that depends on cucumber) because it requires testing code changes).
Removes the bundler lock files from the appraisals because using a modern bundler (that sets "bundled by") kills CI on old ruby versions (anything older than ruby 3.0).
Adds racc dependency so tests work on ruby3.3 as specified in #74 (comment) .
Rubocop config was updated, running rubocop -A with NewCops: enable on codebase only seems to modify spec files. Only 2 exceptions: Gemspec/RequiredRubyVersion feels bugged (unless I'm stupid) and Gemspec/RequireMFA should be enabled (by removing the whole section) if maintainer desires.

Closes #75.

@a666 a666 changed the title Add support for ruby 3.3 Draft: Add support for ruby 3.3 Feb 5, 2024
@a666
Copy link
Contributor Author

a666 commented Feb 7, 2024

Ready for review, I can remove or modify anything you don't like, no problem.

@a666 a666 changed the title Draft: Add support for ruby 3.3 Add support for ruby 3.3 Feb 7, 2024
@briandunn
Copy link
Owner

Hey @a666! thanks so much for all this work. Going through it now and everything looks awesome so far.

@briandunn briandunn merged commit da91c30 into briandunn:master Feb 10, 2024
48 checks passed
@a666 a666 deleted the ruby33 branch February 10, 2024 06: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.

Support Ruby 3.3
2 participants