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

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    0523040 View commit details
    Browse the repository at this point in the history
  2. Add base64 as a development dependency

    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 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c0686f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    555e8e3 View commit details
    Browse the repository at this point in the history