-
Notifications
You must be signed in to change notification settings - Fork 7
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
AP-5659: Bump ruby 3.4.1 #7558
base: main
Are you sure you want to change the base?
AP-5659: Bump ruby 3.4.1 #7558
Conversation
9c10313
to
e656290
Compare
e656290
to
a53cbfc
Compare
c0a4d51
to
fd48b9e
Compare
47e135e
to
b9d5797
Compare
|
9.2.0 Has an error against ruby 3.4 ```shell <internal:hash>:37:in 'initialize': unknown keywords: :strict, :proc (ArgumentError) ``` This [issue](cucumber/cucumber-ruby#1769) covers the issue
Handle deprecation notices warning of ruby 4.0 intention to default string literals to be frozen/immutable. ```shell /Users/joel.sugarman/github/ministryofjustice/laa-apply-for-legal-aid/app/helpers/hash_format_helper.rb:23: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information) ```
Handles deprecation warning for frozen_string_literals in 3.4 and will break in 3.5.
b9d5797
to
3e9d6ed
Compare
Released yesterday, adding ruby 3.4.1 support
Quality Gate passedIssues Measures |
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.
Looks good to me. Also pulled down and tested locally and everything seems to be working
What
Bump ruby 3.3.6 to 3.4.1
Link to story
Also, add label docker image author details
TODO
test grover 0.12.3 and decide on whether to go with it, wait or fork - on hold til grover gem bumpedgrover 1.2.2 released and supports 3.4.1Checklist
Before you ask people to review this PR:
bundle exec rake
git rebase main
.