From a774c7ab506e8d70205e18333bf37fb20cc82c85 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 May 2024 16:17:41 +0200 Subject: Upgrade to ruby 3.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index b5c6d36..58de4ef 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.2.3' +ruby '3.3.1' # Rails itself :) gem 'rails', '~> 7.1.3' @@ -35,6 +35,9 @@ gem 'bootsnap', require: false # Use Active Storage variants. gem 'image_processing', '~> 1.2' +# No longer in the standard library from Ruby 3.4 onwards. +gem 'csv' + group :development, :test do gem 'debug', platforms: %i[mri windows] -- cgit v1.2.3