-
Notifications
You must be signed in to change notification settings - Fork 264
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
Test against the latest ruby #298
Conversation
I also observed that you use |
Any thoughts here @glebm? I'll gladly make the extra changes I commented if you agree with them! |
Sounds good to me and let's remove support for older rubies. https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/ |
Absolutely, let me add those changes! |
dde6a1b
to
1c1380e
Compare
9.1 as MRI 2.3-compatible and 9.2 as MRI 2.5-compatible.
It's ready, have a look! I also fixed some TODO's were meant to be fixed after dropping 2.2 support. I fully trusted rubocop auto-correction here (plus manually fixed the non-autocorrectable |
Also, I didn't touch the changelog because I noticed that you normally update it at relase time. |
Maybe you should actually add all supported major rubies in here?