diff --git a/Gemfile b/Gemfile index b8c0e2ac0c..76ac74e076 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ gem 'ed25519' # i18n gem 'i18n-js', '~> 4.2.3' -gem 'rails-i18n', '~> 7.0.9' +gem 'rails-i18n', '~> 7.0.10' # email exceptions gem 'exception_notification', '~> 4.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 543a81ba67..9998686948 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -420,7 +420,7 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - rails-i18n (7.0.9) + rails-i18n (7.0.10) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) railties (7.2.1.1) @@ -626,7 +626,7 @@ DEPENDENCIES rack-mini-profiler (~> 3.3.1) rails (~> 7.2.1) rails-controller-testing (~> 1.0.5) - rails-i18n (~> 7.0.9) + rails-i18n (~> 7.0.10) rb-readline (~> 0.5.5) rouge (= 4.5.1) rubocop-capybara (~> 2.21.0)