Skip to content

Commit

Permalink
Merge pull request #262 from alphagov/ruby331
Browse files Browse the repository at this point in the history
Upgrade to Ruby 3.3.1
  • Loading branch information
csutter authored Apr 25, 2024
2 parents f68d8de + 8608af9 commit 638ede5
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.3
3.3.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.3
ARG ruby_version=3.3.1
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,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.3"
ruby "3.3.1"

RAILS_GEMS_VERSION = "~> 7.1.3".freeze
gem "actionpack", RAILS_GEMS_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ DEPENDENCIES
timecop

RUBY VERSION
ruby 3.2.3p157
ruby 3.3.1p55

BUNDLED WITH
2.4.10

0 comments on commit 638ede5

Please sign in to comment.