aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-11-11 14:17:54 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-11-11 14:17:54 +0100
commit2a4fedb96791cd80bd6092a0b508f265e4d35348 (patch)
treed5242a0543d04b7698fb4d28bab99bb55144224e /Gemfile
parent25ee6490e4e29a69b736ea95a2b198fcc7f98751 (diff)
downloadoperum-2a4fedb96791cd80bd6092a0b508f265e4d35348.tar.gz
operum-2a4fedb96791cd80bd6092a0b508f265e4d35348.zip
Update rails-i18n to the proper repository
They have finally fixed support for Rails 8, and so using a fork is no longer needed. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
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'