From 6d0f292efe4ec5f3c1a55375ef38498bd43b8dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 15:01:04 +0000 Subject: [PATCH] Bump rails-i18n from 6.0.0 to 7.0.2 Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 6.0.0 to 7.0.2. - [Release notes](https://github.com/svenfuchs/rails-i18n/releases) - [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/rails-i18n/commits) --- updated-dependencies: - dependency-name: rails-i18n dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 9a740af..afc90ef 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'coffee-rails', '~> 5.0.0' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby -gem 'rails-i18n', '~> 6.0.0' +gem 'rails-i18n', '~> 7.0.2' gem 'rails-controller-testing' diff --git a/Gemfile.lock b/Gemfile.lock index d6f8042..2743066 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM activesupport (>= 5.0) hashdiff (1.0.1) hashie (4.1.0) - i18n (1.8.11) + i18n (1.9.1) concurrent-ruby (~> 1.0) jbuilder (2.11.3) activesupport (>= 5.0.0) @@ -125,7 +125,7 @@ GEM listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.13.0) + loofah (2.14.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -133,7 +133,7 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.1) - mini_portile2 (2.6.1) + mini_portile2 (2.7.1) minitest (5.15.0) msgpack (1.4.2) multi_json (1.15.0) @@ -141,8 +141,8 @@ GEM multipart-post (2.1.1) mysql2 (0.5.3) nio4r (2.5.8) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + nokogiri (1.13.1) + mini_portile2 (~> 2.7.0) racc (~> 1.4) oauth2 (1.4.7) faraday (>= 0.8, < 2.0) @@ -198,9 +198,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.2) loofah (~> 2.3) - rails-i18n (6.0.0) + rails-i18n (7.0.2) i18n (>= 0.7, < 2) - railties (>= 6.0.0, < 7) + railties (>= 6.0.0, < 8) railties (6.1.4.1) actionpack (= 6.1.4.1) activesupport (= 6.1.4.1) @@ -235,7 +235,7 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) sqlite3 (1.4.2) - thor (1.1.0) + thor (1.2.1) tilt (2.0.10) turbolinks (5.2.1) turbolinks-source (~> 5.2) @@ -261,7 +261,7 @@ GEM will_paginate (3.3.1) will_paginate-bootstrap4 (0.2.2) will_paginate (~> 3.0, >= 3.0.0) - zeitwerk (2.5.1) + zeitwerk (2.5.4) PLATFORMS ruby @@ -285,7 +285,7 @@ DEPENDENCIES puma (~> 5.5) rails (= 6.1.4.1) rails-controller-testing - rails-i18n (~> 6.0.0) + rails-i18n (~> 7.0.2) sassc-rails (~> 2.1.2) sdoc (~> 2.2.0) sqlite3 (~> 1.4.1)