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

CI: Bump Rubocop for ruby 3.1 compatibility #7

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

ylecuyer
Copy link

To be merged after #6

Bump rubocop as it isn't compatible with latest ruby in CI

s.files = %w[README.md LICENSE]
s.files += Dir.glob("lib/**/*")
s.require_paths = ["lib"]
s.test_files = Dir.glob("spec/**/*")

s.required_ruby_version = ">= 2.3.0"
s.required_ruby_version = ">= 2.5.0"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is sad we have to remove 2.3/2.4 support just for rubocop but it looks like we are in the future already and people really don't want to support EOL versions

@ylecuyer ylecuyer mentioned this pull request Feb 14, 2022
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