-
-
Notifications
You must be signed in to change notification settings - Fork 910
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
Remove Ruby 2.7 support #1547
Remove Ruby 2.7 support #1547
Conversation
Thanks for working on this. I think is better to create another PR to remove Rails 6. |
Hmmm, the rubocop is failing and I didn't change the file that it's breaking 🤔 Also, that line it's present on the main branch
@vsppedro Do you want me to fix it, or just rerun the pipeline? 😄 |
It's because this PR updates the "TargetRubyVersion" in the Rubocop file. We need to update the code according to this new version. |
I intent to merge this PR first: #1521 It will cause some conflict. If I merge yours first the other contribution would be lost. Sorry. |
Oh no problem, I was expecting that haha, don't worry! |
b7168fa
to
1b29d6c
Compare
Thank you for working on this! |
Removes support for Ruby 2.6 due to EOL.
I also checked that Rails 6.0.x will hit EOL on June 1st, 2023. If you guys want to, I can remove it in this PR, or create a new one :)