Skip to content

Commit

Permalink
Merge pull request #4513 from alphagov/3095-upgrade-our-apps-to-use-r…
Browse files Browse the repository at this point in the history
…uby-336-l

Upgrade Ruby to version 3.3.6
  • Loading branch information
unoduetre authored Dec 30, 2024
2 parents a2c53a9 + d3672f5 commit 2d16453
Show file tree
Hide file tree
Showing 4 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.2
3.3.6
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.3
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
ruby "~> 3.2.0"
ruby "~> 3.3.6"

gem "rails", "7.2.2.1"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.6p108

BUNDLED WITH
2.3.22

0 comments on commit 2d16453

Please sign in to comment.