-
Notifications
You must be signed in to change notification settings - Fork 154
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
Bump minimum Ruby version to 2.4 #583
Conversation
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.
Do we also want to drop the CI job for 2.3 in this PR?
Hi @PanisSupraOmnia , it's now March, and EOL is the 31st. I see you pushed a couple weeks ago; If this PR is up to date, let me know and we can move this forward. Thanks! |
Tighten RbNaCl back up but bump version, and remove Ruby teeny versions from Travis test matrix.
Rebased to run rubocop again, should be good to go. 👍 |
Does our Dependencies section need to be updated with this PR? |
Yes, I went ahead and updated it, and took the liberty of simplifying that part of the instructions for Windows given that the change in Devkit setup occurred in 2.4. Also, added 2.6 to the Travis test matrix/set the docs deploy to use it. I realized that this PR's purpose is really to bump the minimum Ruby version, and that the RuboCop changes are just a part of that; I've renamed the PR accordingly. Lastly, as can be seen by the commits, this PR is based on #587, so that PR should either be merged before this one, or just closed. |
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.
One last detail, I promise :)
Co-Authored-By: PanisSupraOmnia <adrien@bouldersmiths.com>
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.
Awesome, thanks!
This PR is for when we're ready to bump the minimum Ruby version to 2.4. This shouldn't be all that soon, but Ruby 2.3 reaches EOL next March, so it's not too far away.