Skip to content

Commit

Permalink
Merge pull request #649 from alphagov/ruby-3.2.x
Browse files Browse the repository at this point in the history
Ruby 3.2.x
  • Loading branch information
KludgeKML committed Jun 13, 2023
2 parents 2b94e39 + bd54f2f commit ab8ebe2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
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.1.2
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: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source "https://rubygems.org"

ruby "~> 3.2.0"

gem "bootsnap", require: false
gem "bunny"
gem "gds-api-adapters"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,8 @@ DEPENDENCIES
uuidtools
webmock

RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.3

0 comments on commit ab8ebe2

Please sign in to comment.