From 827e9152272b4a4cc2489e6b398916122f72a5b2 Mon Sep 17 00:00:00 2001 From: tim-s-ccs Date: Mon, 29 Apr 2024 10:47:43 +0100 Subject: [PATCH] Upgrade ruby to v3.3.1 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index 15a27998..bea438e9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.1 diff --git a/Dockerfile b/Dockerfile index 23003ff5..9ce45505 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.19 ARG NODE_VERSION=20.11.0 # Pass in ruby version -ARG RUBY_VERSION=3.3.0 +ARG RUBY_VERSION=3.3.1 # Pull in the nodejs image FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS node diff --git a/Gemfile b/Gemfile index 90249634..56de7812 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,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' diff --git a/Gemfile.lock b/Gemfile.lock index d1b8b216..9eac7412 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -426,7 +426,7 @@ DEPENDENCIES webpacker (~> 5.4, >= 5.4.4) RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.1p55 BUNDLED WITH 2.4.6 diff --git a/README.md b/README.md index 2217341f..03347abf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.0`. +This is a Ruby on Rails application using ruby version `3.3.1`. 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: