Skip to content

Commit

Permalink
Merge pull request #3983 from Crown-Commercial-Service/upgrade-ruby-t…
Browse files Browse the repository at this point in the history
…o-v3.2.2

Update ruby version to 3.2.2
  • Loading branch information
tim-s-ccs authored Oct 9, 2023
2 parents 900d49a + 6160b40 commit 00a5950
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.1-alpine
FROM ruby:3.2.2-alpine

# Build information
ARG GIT_OWNER
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https:/#{repo}.git" }

ruby '3.2.1'
ruby '3.2.2'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.8'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ DEPENDENCIES
webmock (>= 3.12.1)

RUBY VERSION
ruby 3.2.1p31
ruby 3.2.2p53

BUNDLED WITH
2.4.8
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00a5950

Please sign in to comment.