From 184bd7c7fd929475a30bdcf53f35d5809c7edb83 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 26 Jun 2023 02:24:41 +0200 Subject: [PATCH] Bump rails-i18n --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9b6b57f8d..c5723b4c7 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 5604d1b95..891c1e2a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)