From 74c62ccba901f5a4f1644edd01e9dbae7ba49d7a Mon Sep 17 00:00:00 2001 From: George Schena Date: Wed, 8 May 2024 07:59:58 +0100 Subject: [PATCH] Bump ruby version to 3.3.x --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- db/schema.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index 351227fc..bea438e9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.4 +3.3.1 diff --git a/Dockerfile b/Dockerfile index cd5537f8..ffc6a64b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ruby_version=3.2 +ARG ruby_version=3.3 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 e87c032b..a29b9aab 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "~> 3.2.0" +ruby "~> 3.3.1" gem "rails", "7.1.3.2" diff --git a/Gemfile.lock b/Gemfile.lock index 45dbff0c..a740391e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -823,7 +823,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.2 + ruby 3.3.1p55 BUNDLED WITH 2.3.24 diff --git a/db/schema.rb b/db/schema.rb index 73d2f8ff..b2be55bb 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.0].define(version: 2023_08_24_083133) do +ActiveRecord::Schema[7.1].define(version: 2023_08_24_083133) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"