Skip to content

Commit

Permalink
Merge pull request #1422 from Crown-Commercial-Service/upgrade-to-rub…
Browse files Browse the repository at this point in the history
…y-v3.3.1

Upgrade ruby to v3.3.1
  • Loading branch information
tim-s-ccs authored Apr 29, 2024
2 parents 73c6bad + cb169c0 commit 3780cdc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0-alpine
FROM ruby:3.3.1-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://github.com/#{repo}.git" }

ruby '3.3.0'
ruby '3.3.1'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.3'
Expand Down
6 changes: 1 addition & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,6 @@ GEM
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
Expand Down Expand Up @@ -780,7 +776,7 @@ DEPENDENCIES
webmock (>= 3.12.2)

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.1p55

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 @@ -28,9 +28,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.3.0 (March 2024)
> **_NOTE:_** The project currently runs on 3.3.1 (April 2024)
Ensure that a ruby version manager (e.g. rvm or rbenv) is installed and set up properly, using 3.3.0 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.3.1 as the Ruby version before trying anything else.

#### Software requirements

Expand Down

0 comments on commit 3780cdc

Please sign in to comment.