From 3a0ddc0c02d62969810cb794aca086d6626b6817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 00:17:45 +0000 Subject: [PATCH] Bump i18n-tasks from 1.0.13 to 1.0.14 Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.13 to 1.0.14. - [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.0.13...v1.0.14) --- updated-dependencies: - dependency-name: i18n-tasks dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 25 ++++++++----------------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index f0a141d4..30ad6230 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development do gem 'rack-mini-profiler' gem 'solargraph' - gem 'i18n-tasks', '~> 1.0.13' + gem 'i18n-tasks', '~> 1.0.14' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index c259eeb8..c6851fa4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,13 +79,6 @@ GEM backport (1.2.0) bcrypt (3.1.20) benchmark (0.3.0) - better_html (2.0.2) - actionview (>= 6.0) - activesupport (>= 6.0) - ast (~> 2.0) - erubi (~> 1.4) - parser (>= 2.4) - smart_properties bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) @@ -104,14 +97,14 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.3.1) + concurrent-ruby (1.3.3) crass (1.0.6) database_cleaner (1.99.0) date (3.3.4) diff-lcs (1.5.0) docile (1.1.5) e2mmap (0.1.0) - erubi (1.12.0) + erubi (1.13.0) execjs (2.8.1) factory_bot (6.4.6) activesupport (>= 5.0.0) @@ -123,14 +116,13 @@ GEM sassc (~> 2.0) globalid (1.2.1) activesupport (>= 6.1) - highline (2.1.0) + highline (3.0.1) htmlentities (4.3.4) i18n (1.14.5) concurrent-ruby (~> 1.0) - i18n-tasks (1.0.13) + i18n-tasks (1.0.14) activesupport (>= 4.0.2) ast (>= 2.1.0) - better_html (>= 1.0, < 3.0) erubi highline (>= 2.0.0) i18n @@ -193,11 +185,11 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5) + nokogiri (1.16.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.25.1) - parser (3.3.2.0) + parser (3.3.3.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -235,7 +227,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) rails_autolink (1.1.8) @@ -295,7 +287,6 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - smart_properties (1.17.0) solargraph (0.50.0) backport (~> 1.2) benchmark @@ -368,7 +359,7 @@ DEPENDENCIES factory_bot_rails font-awesome-sass (~> 6.5.2) htmlentities - i18n-tasks (~> 1.0.13) + i18n-tasks (~> 1.0.14) jquery-rails (~> 4.6) jquery-ui-rails (~> 7.0.0) kt-paperclip (~> 7.2)