-
Notifications
You must be signed in to change notification settings - Fork 82
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 rubies before 2.7 #141
Conversation
An issue here is that Rails / ActiveRecord do not support every Ruby version, so you might need to bump those as well. |
yeah I'm trying to get at least 3.0 to work 🤞 ... then next step is bumping rails |
fe21e4c
to
912e233
Compare
This should have become version 3.0. It breakes many dependencies because it does not support ruby 2.7 anymore. |
ah great ... I though rubygems had that figured out by now 😞 |
released as 3.0.0 |
Thank you for the prompt response! |
everything before 3.0 failed because of sqlite3 vs nokogiri vs mini_*something dependency hell, so dropped them all ...