-
Notifications
You must be signed in to change notification settings - Fork 980
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
Make Ruby 3.0 the min version #1544
Conversation
41165bc
to
835bf3f
Compare
835bf3f
to
fd3deb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
@@ -1,6 +1,6 @@ | |||
# This configuration was generated by | |||
# `rubocop --auto-gen-config` | |||
# on 2022-08-08 14:26:32 UTC using RuboCop version 1.33.0. | |||
# on 2023-12-27 11:12:52 UTC using RuboCop version 1.59.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems not completely relevant, but, I guess, acceptable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Timestamp maybe not, I agree, but the RuboCop version can be useful 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I'm generally talking more about RuboCop itself… the PR is about minimal Ruby version, and there are RuboCop updates. But it's up to you, I'm not against it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah right, good point. I've limited changes to those necessary after increasing the TargetRubyVersion
rubocop config from 2.6 to 3.0. This change was required because Rubocop needs that to be the same as the Gemspec's required_ruby_version
. After that some new offences popped up
fd3deb2
to
ac18b2f
Compare
This good thing means that endless methods are available! |
9f8b16e
to
2bfeb85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super!
Description
Make Ruby 3.0 the min version.
Fixes #1543