-
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
@@ -312,8 +315,9 @@ GEM | |||
govuk_notify_rails (3.0.0) | |||
notifications-ruby-client (~> 6.2) | |||
rails (>= 4.1.0) | |||
grover (1.2.1) | |||
nokogiri (~> 1) | |||
grover (0.12.3) |
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.
hmm, need to check why this happened
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.
last version that did not restrict ruby version was 0.12.3, hence the downgrade to that version
e656290
to
a53cbfc
Compare
a53cbfc
to
e19630a
Compare
Until cucumber 10 is released there is an error: ```shell <internal:hash>:37:in 'initialize': unknown keywords: :strict, :proc (ArgumentError) ``` This [issue](cucumber/cucumber-ruby#1769) covers the issue and mentions main is fixed. So can use that to unblock us?!
c0a4d51
to
fd48b9e
Compare
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) ```
47e135e
to
b9d5797
Compare
Quality Gate passedIssues Measures |
Agreed in devtime to pause Civil Apply ruby 3.4.1 bump until grover gem is resolved, at least |
What
Bump ruby 3.3.6 to 3.4.1
Link to story
Also, add label docker image author details
TODO
Checklist
Before you ask people to review this PR:
bundle exec rake
git rebase main
.