aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
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'