Skip to content

Commit

Permalink
Merge pull request #6566 from alphagov/upgrade-ruby-version
Browse files Browse the repository at this point in the history
Upgrade Ruby version
  • Loading branch information
1pretz1 authored Oct 2, 2023
2 parents bc9f66f + 33134ba commit 8b1d64a
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.0
3.2.2
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.0
ARG ruby_version=3.2
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,6 +1,6 @@
source "https://rubygems.org"

ruby File.read(".ruby-version").chomp
ruby "~> 3.2.0"

gem "rails", "7.0.8"

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

RUBY VERSION
ruby 3.2.0p0
ruby 3.2.2p53

BUNDLED WITH
2.3.24

0 comments on commit 8b1d64a

Please sign in to comment.