Skip to content

Commit

Permalink
Merge pull request #489 from Crown-Commercial-Service/update-ruby-to-…
Browse files Browse the repository at this point in the history
…v3.3.6

Update ruby version to 3.3.6
  • Loading branch information
tim-s-ccs authored Nov 11, 2024
2 parents 839a8f7 + 838c19c commit 703dcc3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update ruby to v3.3.6 ([PR 489](https://github.com/Crown-Commercial-Service/tailspend-idam/pull/489))
- Update Node to LTS Jod (v22.11.0) ([PR 488](https://github.com/Crown-Commercial-Service/tailspend-idam/pull/488))
- Update alpine to v3.20 ([PR 395](https://github.com/Crown-Commercial-Service/tailspend-idam/pull/395))
- Update ruby to v3.3.5 ([PR 393](https://github.com/Crown-Commercial-Service/tailspend-idam/pull/393))
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.20
ARG NODE_VERSION=jod

# Set the Ruby version
ARG RUBY_VERSION=3.3.5
ARG RUBY_VERSION=3.3.6

# Pull in the NodeJS image
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS node
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.5'
ruby '3.3.6'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.5'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ DEPENDENCIES
web-console (~> 4.2.1)

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.6p108

BUNDLED WITH
2.4.6
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This README assumes you are using a MacBook. If you are using a different operat


### Ruby
This is a Ruby on Rails application using ruby version `3.3.5`.
This is a Ruby on Rails application using ruby version `3.3.6`.
Ensure that, if you are using a ruby environment manager, the correct ruby version is being run in your development environment.

This project uses Ruby Gems so you will need to install bundler which can be done with:
Expand Down

0 comments on commit 703dcc3

Please sign in to comment.