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

Drop Ruby 2.6 support #353

Merged
merged 1 commit into from
Apr 18, 2023
Merged

Commits on Apr 18, 2023

  1. Drop Ruby 2.6 support

    Follow up rubocop/rubocop#11791.
    
    This PR drops Ruby 2.6 support. And JRuby has been dropped from the CI matrix because
    no JRuby-specific issues have been found and prevents the following build error:
    
    ```console
    #!/bin/bash -eo pipefail
    bundle install
    Fetching https://github.com/rubocop/rubocop.git
    You need to install git to be able to use gems from git repositories. For help
    installing git, please refer to GitHub's tutorial at
    https://help.github.com/articles/set-up-git
    
    Exited with code exit status 11
    CircleCI received exit code 11
    ```
    
    https://app.circleci.com/pipelines/github/rubocop/rubocop-minitest/926/workflows/68776b54-5856-4acd-a99a-f41df114634d/jobs/6034
    
    This does not mean no support for JRuby. RuboCop Performance will continue to support JRuby 9.4+.
    koic committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0106053 View commit details
    Browse the repository at this point in the history