-
Notifications
You must be signed in to change notification settings - Fork 114
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
Ruby 3.1 compatibility #147
Conversation
Thanks for the PR @walski 👍 Is there any urgency in applying/releasing this? I'd prefer to have the new Ruby version included in the CI build process before release but that would require the new Ruby version to be released via RVM. Another option would be to include |
No urgency at all. Just needed it to prepare our app for 3.1 and thought I'd open the PR if the fork is there, already :) Have a great Christmas season and thanks for your work! |
Drop Ruby 2.5 support (EOL)
Looks like although RVM does support Ruby 3.1, they haven't included pre-built binaries for it yet. I don't really want to skip using binaries as building from source in CI will take an age.. I'll keep an eye on it and rebuild once the binaries are available 😄 |
Don't hold your breath. They haven't published any binaries in a little over a year now haha. (They have Ruby 3.0.0 but not 3.0.1-3.0.3.) |
@entretechno-jeremiah Yeah, I don't see a 3.1 binary getting released anytime soon via rvm. I think this needs to move ahead without that as plan A and time to look at a plan B. |
probably about time to move off Travis |
(which will at least give us a 3.1 build)
I've updated it to use Yes, I agree.. moving away from Travis is on my TODO list |
Released as v1.1.1 |
🙏 thank you so much! |
Ruby 3.1's release is around the corner and grover seems to work just fine with the Ruby 3.1.0-preview1. Specs all pass.