From 9bfc84c27022b3613049f51308cb82ffda362def Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 22 Apr 2024 16:13:01 +0200 Subject: Updated ruby patch level and some gems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also included a rubocop upgrade, and it pointed out a couple of new warnings which have been fixed here as well. Signed-off-by: Miquel Sabaté Solà --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 235e623..b5c6d36 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.2.2' +ruby '3.2.3' # Rails itself :) gem 'rails', '~> 7.1.3' -- cgit v1.2.3