From 6be882607814832fd5fa3106cfd5a03af05bd5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:35:37 +0000 Subject: [PATCH] Build(deps): Bump rails-i18n from 7.0.5 to 7.0.8 Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 7.0.5 to 7.0.8. - [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/rails-i18n/compare/v7.0.5...v7.0.8) --- updated-dependencies: - dependency-name: rails-i18n dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b23ae67e79..31cee09032 100644 --- a/Gemfile +++ b/Gemfile @@ -137,7 +137,7 @@ gem 'gender_detector', '~> 2.0.0' # Gems related to internationalisation gem 'i18n', '~> 1.14.1' -gem 'rails-i18n', '~> 7.0.5' +gem 'rails-i18n', '~> 7.0.8' gem 'gettext_i18n_rails', '~> 1.12.0' gem 'fast_gettext', '~> 2.3.0' gem 'gettext', '~> 3.4.7' diff --git a/Gemfile.lock b/Gemfile.lock index 3dcebaa345..e356aeb720 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -326,7 +326,7 @@ GEM mini_portile2 (2.8.4) mini_racer (0.8.0) libv8-node (~> 18.16.0.0) - minitest (5.19.0) + minitest (5.20.0) money (6.16.0) i18n (>= 0.6.4, <= 2) multi_json (1.15.0) @@ -407,7 +407,7 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - rails-i18n (7.0.5) + rails-i18n (7.0.8) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) railties (7.0.7.2) @@ -623,7 +623,7 @@ DEPENDENCIES rack-utf8_sanitizer (~> 1.9.0) rails (~> 7.0.7) rails-controller-testing - rails-i18n (~> 7.0.5) + rails-i18n (~> 7.0.8) recaptcha (~> 5.15.0) redis (~> 4.8.1) rolify (~> 6.0.1)