From 12fc78c2b8e8374f25d5fa6cddfb447219179505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:57:38 +0000 Subject: [PATCH] Update i18n requirement from ~> 1.14.0 to ~> 1.15.1 Updates the requirements on [i18n](https://github.com/ruby-i18n/i18n) to permit the latest version. - [Release notes](https://github.com/ruby-i18n/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-i18n/i18n/compare/v1.14.0...v1.15.1) --- updated-dependencies: - dependency-name: i18n dependency-version: 1.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7b809cb7..e7d1991f 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem 'rails', '~> 7.0.1' # Lock i18n to 1.14.x for: https://github.com/ruby-i18n/i18n/issues/735 -gem 'i18n', '~> 1.14.0' +gem 'i18n', '~> 1.15.1' # Lock minitest to 5.x until Rails 7.1+ adds Minitest 6.0 support # Minitest 6.0.0 was released Dec 2024 with breaking API changes