From 6dc9d49e0f5d16ed2a7065b04f5ab60d1160ea8b Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 4 Dec 2024 15:56:31 -0600 Subject: [PATCH] Use the released version of i18n-rails --- spec/test_app_templates/Gemfile.extra | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/test_app_templates/Gemfile.extra b/spec/test_app_templates/Gemfile.extra index 9a5c78518e..0db3fcbcd9 100644 --- a/spec/test_app_templates/Gemfile.extra +++ b/spec/test_app_templates/Gemfile.extra @@ -1,5 +1,4 @@ gem 'rails-controller-testing' -gem 'rails-i18n', github: 'Shopify/rails-i18n', branch: 'schwad_rails_8' unless ENV['VIEW_COMPONENT_VERSION'].to_s == "" gem 'view_component', ENV.fetch('VIEW_COMPONENT_VERSION')