-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature: Migrate to Ruby 3.2 #930
base: development
Are you sure you want to change the base?
Conversation
7349b8c
to
6638a21
Compare
@syphax-bouazzouni what did you do to make sure that all the code is compatible with ruby 3.2.0 ? |
Just be sure all the tests are passing and that the UI main features (browse, annotator, search, concepts page, ...) work. An fixing things that didn't work. |
Is it a good idea to include this PR in the release of this week? |
No, |
Merge to master: Release 3.0.3
* build docker UI image for ruby 3.1 * remove assets:precompile because of newrelic * fix
Require
Changes