From 25ee6490e4e29a69b736ea95a2b198fcc7f98751 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 8 Nov 2024 10:00:48 +0100 Subject: Upgrade to Rails 8 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, 3 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 702a268..bbadcb1 100644 --- a/Gemfile +++ b/Gemfile @@ -5,8 +5,9 @@ source 'https://rubygems.org' ruby '3.3.5' # Rails itself :) -gem 'rails', '~> 7.2.0' -gem 'rails-i18n', '~> 7.0.0' +gem 'rails', '~> 8' +# TODO: change to "gem 'rails-i18n'" whenever Rails 8 is supported there. +gem 'rails-i18n', github: 'Shopify/rails-i18n', branch: 'schwad_rails_8' # The original asset pipeline for Rails. gem 'sprockets-rails' -- cgit v1.2.3