Skip to content

Commit

Permalink
Update to floating ruby 3.2.x in production
Browse files Browse the repository at this point in the history
3.2.2 in development (until we can have floating versions in dev)
  • Loading branch information
KludgeKML committed May 31, 2023
1 parent 695bcc5 commit bd54f2f
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 @@ -246,5 +246,8 @@ DEPENDENCIES
uuidtools
webmock

RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.3

0 comments on commit bd54f2f

Please sign in to comment.