Skip to content

Commit

Permalink
Update rails-i18n to the proper repository
Browse files Browse the repository at this point in the history
They have finally fixed support for Rails 8, and so using a fork is no
longer needed.

Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Nov 11, 2024
1 parent 25ee649 commit 2a4fedb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
14 changes: 4 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
GIT
remote: https://github.com/Shopify/rails-i18n.git
revision: 96778ff0651365a08db1b88aba486b844a0ac3e7
branch: schwad_rails_8
specs:
rails-i18n (7.0.9)
i18n (>= 0.7, < 2)
railties (>= 6.0.0)

GIT
remote: https://github.com/ruby/net-pop.git
revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733
Expand Down Expand Up @@ -222,6 +213,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (8.0.1)
i18n (>= 0.7, < 2)
railties (>= 8.0.0, < 9)
railties (8.0.0)
actionpack (= 8.0.0)
activesupport (= 8.0.0)
Expand Down Expand Up @@ -334,7 +328,7 @@ DEPENDENCIES
net-pop!
puma
rails (~> 8)
rails-i18n!
rails-i18n (~> 8)
rubocop
rubocop-minitest
rubocop-performance
Expand Down

0 comments on commit 2a4fedb

Please sign in to comment.