From af6819b9adbd1cd0dd20c38399a2bfbede3a30d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 07:43:30 +0000 Subject: [PATCH] Bump i18n-tasks from 1.0.9 to 1.0.10 Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.9 to 1.0.10. - [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.9...v1.0.10) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 421df56e..4fa8bf90 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development do gem 'rack-mini-profiler' gem 'solargraph' - gem 'i18n-tasks', '~> 1.0.9' + gem 'i18n-tasks', '~> 1.0.10' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index b51010dd..a3fbc107 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM htmlentities (4.3.4) i18n (1.10.0) concurrent-ruby (~> 1.0) - i18n-tasks (1.0.9) + i18n-tasks (1.0.10) activesupport (>= 4.0.2) ast (>= 2.1.0) better_html (~> 1.0) @@ -155,7 +155,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.16.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -169,10 +169,10 @@ GEM mini_portile2 (2.8.0) minitest (5.15.0) minitest-stub-const (0.6) - mocha (1.13.0) + mocha (1.14.0) mysql2 (0.5.3) nio4r (2.5.8) - nokogiri (1.13.4) + nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) parallel (1.22.1) @@ -342,7 +342,7 @@ DEPENDENCIES factory_bot_rails font-awesome-sass (~> 5.15.1) htmlentities - i18n-tasks (~> 1.0.9) + i18n-tasks (~> 1.0.10) jquery-rails (~> 4.4) jquery-ui-rails (~> 6.0.1) kt-paperclip (~> 7.1)