Bump rails-i18n
This commit is contained in:
parent
abedbf10bd
commit
184bd7c7fd
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -102,7 +102,7 @@ gem "js-routes", "2.2.5"
|
|||
# Localization
|
||||
|
||||
gem "http_accept_language", "2.1.1"
|
||||
gem "rails-i18n", "6.0.0"
|
||||
gem "rails-i18n", "7.0.7"
|
||||
|
||||
# Map
|
||||
gem "leaflet-rails", "1.7.0"
|
||||
|
|
|
|||
|
|
@ -582,9 +582,9 @@ GEM
|
|||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.5.0)
|
||||
loofah (~> 2.19, >= 2.19.1)
|
||||
rails-i18n (6.0.0)
|
||||
rails-i18n (7.0.7)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 6.0.0, < 7)
|
||||
railties (>= 6.0.0, < 8)
|
||||
rails-timeago (2.20.0)
|
||||
actionpack (>= 5.2)
|
||||
activesupport (>= 5.2)
|
||||
|
|
@ -869,7 +869,7 @@ DEPENDENCIES
|
|||
rack-ssl (= 1.4.1)
|
||||
rails (= 6.1.7.4)
|
||||
rails-controller-testing (= 1.0.5)
|
||||
rails-i18n (= 6.0.0)
|
||||
rails-i18n (= 7.0.7)
|
||||
rails-timeago (= 2.20.0)
|
||||
redcarpet (= 3.5.1)
|
||||
redis-client (= 0.14.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue