From 226cac741534103c8742d41fcef3a650eb182888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 05:01:42 +0000 Subject: [PATCH] chore(deps-dev): bump i18n-tasks from 1.1.0 to 1.1.1 Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/glebm/i18n-tasks/releases) - [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md) - [Commits](https://github.com/glebm/i18n-tasks/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: i18n-tasks dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 23938e999..4084be6d0 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ group :development, :test do # Fuubar for fancy test progress bar gem 'fuubar' # Help with managing translation databasde - gem 'i18n-tasks', '~> 1.1.0' + gem 'i18n-tasks', '~> 1.1.1' # Pry for a powerful shell alternative to IRB gem 'pry' # RuboCop for static code analysis diff --git a/Gemfile.lock b/Gemfile.lock index c26104e5c..7213aa84e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,7 +225,7 @@ GEM coercible (1.0.0) descendants_tracker (~> 0.0.1) concurrent-ruby (1.3.5) - connection_pool (2.5.4) + connection_pool (2.5.5) coveralls_reborn (0.29.0) simplecov (~> 0.22.0) term-ansicolor (~> 1.7) @@ -385,7 +385,7 @@ GEM i18n i18n (1.14.7) concurrent-ruby (~> 1.0) - i18n-tasks (1.1.0) + i18n-tasks (1.1.1) activesupport (>= 4.0.2) ast (>= 2.1.0) erubi @@ -469,7 +469,7 @@ GEM benchmark logger mini_mime (1.1.5) - minitest (5.26.1) + minitest (5.26.2) mobility (1.3.2) i18n (>= 0.6.10, < 2) request_store (~> 1.0) @@ -583,7 +583,7 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - rails-i18n (8.0.2) + rails-i18n (8.1.0) i18n (>= 0.7, < 2) railties (>= 8.0.0, < 9) railties (8.0.3) @@ -866,7 +866,7 @@ DEPENDENCIES faker fog-aws fuubar - i18n-tasks (~> 1.1.0) + i18n-tasks (~> 1.1.1) i18n_generators listen (>= 3.0.5, < 3.10) pg (>= 0.18, < 2.0)