From 6160b40c26647efae7665fa7f443682338e4ee9e Mon Sep 17 00:00:00 2001 From: tim-s-ccs Date: Mon, 9 Oct 2023 09:26:33 +0100 Subject: [PATCH] Update ruby version to 3.2.2 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- README.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index e4604e3afd..be94e6f53d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.1 +3.2.2 diff --git a/Dockerfile b/Dockerfile index 5ceef89458..7bc7bc844a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.1-alpine +FROM ruby:3.2.2-alpine # Build information ARG GIT_OWNER diff --git a/Gemfile b/Gemfile index 13f121f08a..a38691f95f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.2.1' +ruby '3.2.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 7.0.8' diff --git a/Gemfile.lock b/Gemfile.lock index 11a38c8ad2..3736b75931 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -714,7 +714,7 @@ DEPENDENCIES webmock (>= 3.12.1) RUBY VERSION - ruby 3.2.1p31 + ruby 3.2.2p53 BUNDLED WITH 2.4.8 diff --git a/README.md b/README.md index 8fde629edb..58a6ca6a31 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ For any other services relating to the Crown Marketplace, please view [Crown Mar This guide assumes you have Homebrew installed #### Check the Ruby version -> **_NOTE:_** The project currently runs on 3.2.1 (March 2023) +> **_NOTE:_** The project currently runs on 3.2.2 (Ocotober 2023) -Ensure that a ruby version manager (e.g. rvm or rbenv) is installed and set up properly, using 3.2.1 as the Ruby version before trying anything else. +Ensure that a ruby version manager (e.g. rvm or rbenv) is installed and set up properly, using 3.2.2 as the Ruby version before trying anything else. #### Software requirements