Skip to content

Commit

Permalink
Merge pull request #1324 from alphagov/ruby34
Browse files Browse the repository at this point in the history
Upgrade to Ruby 3.4
  • Loading branch information
csutter authored Jan 8, 2025
2 parents 9cdcd71 + 5806dc5 commit 3b07891
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.1
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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -692,4 +692,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.5.9
2.6.2

0 comments on commit 3b07891

Please sign in to comment.