From cf3b2db8a33ee7a086af8628c93e2d436b76ca0a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 8 Jan 2026 22:44:13 +0100 Subject: Upgrade to the latest Rails 8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Among many other dependencies. Signed-off-by: Miquel Sabaté Solà --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 0cacf94..a9be5fb 100644 --- a/Gemfile +++ b/Gemfile @@ -5,8 +5,8 @@ source 'https://rubygems.org' ruby '3.4.8' # Rails itself :) -gem 'rails', '~> 8' -gem 'rails-i18n', '~> 8' +gem 'rails', '~> 8.1' +gem 'rails-i18n', '~> 8.1' # The original asset pipeline for Rails. gem 'sprockets-rails' -- cgit v1.2.3