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 Ruby 3.2 & 3.3 to CI matrix #613

Merged
merged 3 commits into from Feb 14, 2024
Merged

Add Ruby 3.2 & 3.3 to CI matrix #613

merged 3 commits into from Feb 14, 2024

Conversation

sambostock
Copy link
Contributor

@sambostock sambostock commented Feb 12, 2024

This adds Ruby 3.2 & 3.3 to the CI matrix.

To get around a warning emitted when testing old RuboCop versions against Ruby 3.3, base64 is added to the Gemfile as a development dependency. This is fixed upstream, but we can't benefit from that fix until we drop support for the RuboCop versions without the fix, so simply following the warning message and adding it to our Gemfile is the simplest thing.

Finally, the development Ruby version is bumped to 3.3.0.

There is an indirect dependency on `base64` which causes the following
warning on Ruby 3.3:

    warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0.
    Add base64 to your Gemfile or gemspec. Also contact author of rubocop-1.53.0 to add base64 into its gemspec.

This has been fixed upstream, however we still run into it when testing
against the minimum compatible RuboCop version, hence adding the
dependency.
@sambostock sambostock merged commit 8616e05 into main Feb 14, 2024
28 checks passed
@sambostock sambostock deleted the ci-rubies branch February 14, 2024 21:56
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