-
Notifications
You must be signed in to change notification settings - Fork 147
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
Upgrade to Ruby 2.7 #939
Comments
Upgrading to 3.0 is not so easy, unfortunately.
Probably RailsSettings::CachedSettings needs a change. We need to replace it anyway, because of #867 (e.g. by just loading all settings on each request, or caching each setting in Redis and keeping it updated in FoodsoftConfig). |
I think upgrading to Ruby 2.7 requires also an upgrade to Rails 6(.1). Regardless Rails 5.2 is only supported until June 2022. Looking at RailsBump only apivore isn't supported on newer versions any more. All other gems should be fine. Although there's a PR adding Rails 6 compability. Or maybe swith to an alternative like mini-apivore. |
Hey folks, https://prototypefund.de/project/weiterentwicklung-von-foodsoft/ We'll inform you about our process. For Rails Upgrade we created a separate issue and we are currently working on that. Best regards |
done with #979 |
With Ruby 2.6 recently gone EOL, we better move to 2.7 (or later).
Did a quick check, using 2.7 doesn't break the specs.
Then do a release, finally!
The text was updated successfully, but these errors were encountered: