From f77e0d273f754bdd78244898ad410c1a2ed068c6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 10 Aug 2024 23:19:47 +0200 Subject: Upgraded to rails 7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 c4c194a..b748e52 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' ruby '3.3.4' # Rails itself :) -gem 'rails', '~> 7.1.3' +gem 'rails', '~> 7.2.0' gem 'rails-i18n', '~> 7.0.0' # The original asset pipeline for Rails. -- cgit v1.2.3