From e833d5eed7ef788004d12a106005081f5cf97899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:54:35 +0000 Subject: [PATCH] Build(deps): Bump rails-i18n from 7.0.5 to 7.0.10 Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 7.0.5 to 7.0.10. - [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/rails-i18n/compare/v7.0.5...v7.0.10) --- 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 f9b51a792e..b17a8fb426 100644 --- a/Gemfile +++ b/Gemfile @@ -140,7 +140,7 @@ gem 'gender_detector', '~> 2.0.0' # Gems related to internationalisation gem 'i18n', '~> 1.14.6' -gem 'rails-i18n', '~> 7.0.5' +gem 'rails-i18n', '~> 7.0.10' gem 'gettext_i18n_rails', '~> 1.13.0' gem 'fast_gettext', '~> 3.1.0' gem 'gettext', '~> 3.4.9' diff --git a/Gemfile.lock b/Gemfile.lock index 23d615b315..c32d8338a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -408,7 +408,7 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - rails-i18n (7.0.5) + rails-i18n (7.0.10) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) railties (7.0.8.6) @@ -563,7 +563,7 @@ GEM rexml xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.1) zip_tricks (5.6.0) PLATFORMS @@ -634,7 +634,7 @@ DEPENDENCIES rack-utf8_sanitizer (~> 1.9.1) rails (~> 7.0.8) rails-controller-testing - rails-i18n (~> 7.0.5) + rails-i18n (~> 7.0.10) recaptcha (~> 5.17.0) redcarpet (~> 3.6.0) redis (~> 4.8.1)