Skip to content

Commit

Permalink
Upgrade Ruby to 3.4
Browse files Browse the repository at this point in the history
- Fix test failure of debug text caused by slightly different
  stringification of Hash values in 3.4
  • Loading branch information
csutter committed Jan 7, 2025
1 parent 23db13a commit c95690e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ruby_version=3.3
ARG ruby_version=3.4
ARG base_image=ghcr.io/alphagov/govuk-ruby-base:$ruby_version
ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:$ruby_version

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
expect(logger).to have_received(:error).with(<<~MSG)
Failed to process incoming document message:
RuntimeError: Could not synchronize
Message content: {:\"I am\"=>\"a message\"}
Message content: {\"I am\": \"a message\"}
MSG
end

Expand Down

0 comments on commit c95690e

Please sign in to comment.