Skip to content

Commit

Permalink
Upgrade rails-i18n
Browse files Browse the repository at this point in the history
Official support for Rails 8
  • Loading branch information
thibaudgg committed Nov 10, 2024
1 parent 1e4bc18 commit afceb7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ gem "lograge"

gem "bcrypt"
gem "date_validator"
gem "i18n"

gem "rails-i18n"
gem "i18n-backend-side_by_side"
# Waiting for a new release supporting Rails 8
gem "rails-i18n", github: "svenfuchs/rails-i18n"

gem "rack-status"
gem "rack-cors"
Expand Down
14 changes: 4 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: https://github.com/svenfuchs/rails-i18n.git
revision: 955a47c06c793815b4a356609f64c04901e10051
specs:
rails-i18n (7.0.10)
i18n (>= 0.7, < 2)
railties (>= 6.0.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -435,6 +427,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)
rails_icons (0.4.0)
nokogiri (~> 1.16, >= 1.16.4)
rails (> 6.1)
Expand Down Expand Up @@ -635,7 +630,6 @@ DEPENDENCIES
faraday-cookie_jar
girocode
hexapdf
i18n
i18n-backend-side_by_side
icalendar
image_processing
Expand Down Expand Up @@ -667,7 +661,7 @@ DEPENDENCIES
rack-cors
rack-status
rails (~> 8.0)
rails-i18n!
rails-i18n
rails_icons
rexml
rqrcode
Expand Down

0 comments on commit afceb7d

Please sign in to comment.