Skip to content

Commit

Permalink
Bump to Ruby 3.4.1
Browse files Browse the repository at this point in the history
This is another attempt to bump Ruby after hitting a problem with 3.3.5
[1].

[1]: #3063
  • Loading branch information
kevindew committed Jan 28, 2025
1 parent 1c454d3 commit 9a5d460
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.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.2
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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ GEM
govuk_app_config (>= 1.1)
redis-client (>= 0.22.2)
sidekiq (~> 7.0, < 8)
grpc (1.68.1)
grpc (1.69.0)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
hashdiff (1.1.1)
Expand Down Expand Up @@ -698,7 +698,7 @@ GEM
zeitwerk (2.7.1)

PLATFORMS
ruby
arm64-darwin-24

DEPENDENCIES
activesupport
Expand Down

0 comments on commit 9a5d460

Please sign in to comment.