-
-
Notifications
You must be signed in to change notification settings - Fork 163
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.2 support #616
Conversation
After this, I think we can release 1.0.0.alpha3. |
I'm going to need to fix issues due to the frozen string comments. |
- Update to RuboCop 0.69 - Add rubocop-performance, which is now a separate gem
203e480
to
2a4fb49
Compare
@luke-hill I'm going to release alpha3 first. |
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.
Up to you if you want to do a quick-fix for the one versioned gem.
I've made the minor fixes @mvz just to try help you out. If CI passes I'll merge it in and crack on with some more auto-tidy stuff in the |
Thanks @luke-hill. Merge at will! 😄 |
Summary
Drop support for Rubies older than 2.3
Details
Motivation and Context
This simplifies future maintenance by limiting set of supported Ruby versions. Dropping support for 2.3 before the final release is a distinct possibility. Projects that need support for older Rubies can stick with Aruby 0.x until they're ready.
How Has This Been Tested?
Travis will tell ...
Types of changes
Checklist: