From 2f588c1bb9b3665934e91c61fd4ff395c6390733 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 26 Jun 2024 22:53:40 +0200 Subject: Updated to ruby 3.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also updated some of the gems to patch-level versions. 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 0c22236..38a1c92 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.3.2' +ruby '3.3.3' # Rails itself :) gem 'rails', '~> 7.1.3' @@ -38,6 +38,9 @@ gem 'image_processing', '~> 1.2' # No longer in the standard library from Ruby 3.4 onwards. gem 'csv' +# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006 +gem 'net-pop', github: 'ruby/net-pop' + group :development, :test do gem 'debug', platforms: %i[mri windows] -- cgit v1.2.3