From 6ee522b8b27d8f390d61e69ba163c01e2b7c40d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:57:25 +0000 Subject: [PATCH] Bump rails-i18n from 7.0.8 to 7.0.9 Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 7.0.8 to 7.0.9. - [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/rails-i18n/compare/v7.0.8...v7.0.9) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 57417a248c..303746033c 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ gem 'ed25519' # i18n gem 'i18n-js', '~> 4.2.3' -gem 'rails-i18n', '~> 7.0.8' +gem 'rails-i18n', '~> 7.0.9' # email exceptions gem 'exception_notification', '~> 4.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index c55d456955..6ff1f8ba18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,7 +213,7 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) i18n-js (4.2.3) glob (>= 0.4.0) @@ -225,7 +225,7 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) - irb (1.11.2) + irb (1.12.0) rdoc reline (>= 0.4.2) jbuilder (2.11.5) @@ -280,7 +280,7 @@ GEM memory_profiler (1.0.1) mini_magick (4.11.0) mini_mime (1.1.5) - minitest (5.22.2) + minitest (5.22.3) minitest-ci (3.4.0) minitest (>= 5.0.6) minitest-utils (0.4.8) @@ -416,7 +416,7 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - rails-i18n (7.0.8) + rails-i18n (7.0.9) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) railties (7.1.3.2) @@ -519,7 +519,7 @@ GEM faraday (~> 2.0) faraday-follow_redirects test-prof (1.3.2) - thor (1.3.0) + thor (1.3.1) tilt (2.0.11) timeout (0.4.1) tzinfo (2.0.6) @@ -625,7 +625,7 @@ DEPENDENCIES rack-mini-profiler (~> 3.3.1) rails (~> 7.1.3) rails-controller-testing (~> 1.0.5) - rails-i18n (~> 7.0.8) + rails-i18n (~> 7.0.9) rb-readline (~> 0.5.5) rouge (= 4.2.1) rubocop-capybara (~> 2.20.0)