From bd54f2f8988c24c5db4faa1d79f653ed62b56fff Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Wed, 31 May 2023 14:13:18 +0100 Subject: [PATCH] Update to floating ruby 3.2.x in production 3.2.2 in development (until we can have floating versions in dev) --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 ++ Gemfile.lock | 3 +++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index ef538c28..be94e6f5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.2.2 diff --git a/Dockerfile b/Dockerfile index a0451761..6efd4c69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Gemfile b/Gemfile index 52ddc856..d4b6c3c4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,7 @@ source "https://rubygems.org" +ruby "~> 3.2.0" + gem "bootsnap", require: false gem "bunny" gem "gds-api-adapters" diff --git a/Gemfile.lock b/Gemfile.lock index e569917f..97565a70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -246,5 +246,8 @@ DEPENDENCIES uuidtools webmock +RUBY VERSION + ruby 3.2.2p53 + BUNDLED WITH 2.4.3