From 2a4fedb96791cd80bd6092a0b508f265e4d35348 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 11 Nov 2024 14:17:54 +0100 Subject: Update rails-i18n to the proper repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They have finally fixed support for Rails 8, and so using a fork is no longer needed. Signed-off-by: Miquel Sabaté Solà --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index bbadcb1..c1dc02c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,8 +6,7 @@ ruby '3.3.5' # Rails itself :) 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' +gem 'rails-i18n', '~> 8' # The original asset pipeline for Rails. gem 'sprockets-rails' -- cgit v1.2.3