From 21c5371116c8b12fcd0ddc3041696e1246bb78d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 16:44:53 +0000 Subject: [PATCH] Bump i18n-tasks from 0.9.37 to 1.0.8 Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.37 to 1.0.8. - [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/v0.9.37...v1.0.8) --- updated-dependencies: - dependency-name: i18n-tasks dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 25 ++++++++++++++++++------- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index cbf0f1d7..d8061b15 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'therubyracer', group: :therubyracer # Use --without argument to skip unnecessary drivers gem 'sqlite3', group: :sqlite gem 'mysql2', '~> 0.5.3', group: :mysql -gem 'pg', '~> 1.3.4', group: :postgresql +gem 'pg', '~> 1.3.5', group: :postgresql group :development do gem 'spring' @@ -46,7 +46,7 @@ group :development do gem 'rack-mini-profiler' gem 'solargraph' - gem 'i18n-tasks', '~> 0.9.37' + gem 'i18n-tasks', '~> 1.0.8' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 437b7336..67b113e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,6 +74,14 @@ GEM backport (1.2.0) bcrypt (3.1.17) benchmark (0.2.0) + better_html (1.0.16) + actionview (>= 4.0) + activesupport (>= 4.0) + ast (~> 2.0) + erubi (~> 1.4) + html_tokenizer (~> 0.0.6) + parser (>= 2.4) + smart_properties bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) @@ -92,7 +100,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) crass (1.0.6) database_cleaner (1.8.5) diff-lcs (1.5.0) @@ -111,12 +119,14 @@ GEM globalid (1.0.0) activesupport (>= 5.0) highline (2.0.3) + html_tokenizer (0.0.7) htmlentities (4.3.4) i18n (1.10.0) concurrent-ruby (~> 1.0) - i18n-tasks (0.9.37) + i18n-tasks (1.0.8) activesupport (>= 4.0.2) ast (>= 2.1.0) + better_html (~> 1.0) erubi highline (>= 2.0.0) i18n @@ -145,7 +155,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.14.0) + loofah (2.16.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -168,7 +178,7 @@ GEM parallel (1.22.1) parser (3.1.1.0) ast (~> 2.4.1) - pg (1.3.4) + pg (1.3.5) puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) @@ -201,7 +211,7 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.2) loofah (~> 2.3) - rails-i18n (7.0.1) + rails-i18n (7.0.3) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) rails_autolink (1.1.6) @@ -256,6 +266,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.2) + smart_properties (1.17.0) solargraph (0.44.3) backport (~> 1.2) benchmark @@ -331,7 +342,7 @@ DEPENDENCIES factory_bot_rails font-awesome-sass (~> 5.15.1) htmlentities - i18n-tasks (~> 0.9.37) + i18n-tasks (~> 1.0.8) jquery-rails (~> 4.4) jquery-ui-rails (~> 6.0.1) kt-paperclip (~> 7.1) @@ -339,7 +350,7 @@ DEPENDENCIES minitest-stub-const mocha mysql2 (~> 0.5.3) - pg (~> 1.3.4) + pg (~> 1.3.5) puma (~> 5.6) rack-mini-profiler rails (~> 6.0.4)