From 781257814d5b70b179ab16cc199890fe08bd7402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 15:56:29 +0000 Subject: [PATCH] Bump rails-i18n from 7.0.6 to 7.0.7 Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 7.0.6 to 7.0.7. - [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/rails-i18n/compare/v7.0.6...v7.0.7) --- updated-dependencies: - dependency-name: rails-i18n dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 6e1395c..1f34a73 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', '~> 7.0.6' +gem 'rails-i18n', '~> 7.0.7' gem 'rails-controller-testing' diff --git a/Gemfile.lock b/Gemfile.lock index df87073..253d43b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,9 +147,9 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.20.0) + loofah (2.21.2) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.8.1) mini_mime (>= 0.1.1) net-imap @@ -175,7 +175,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.14.3) + nokogiri (1.14.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) oauth2 (1.4.7) @@ -233,7 +233,7 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.5.0) loofah (~> 2.19, >= 2.19.1) - rails-i18n (7.0.6) + rails-i18n (7.0.7) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) railties (7.0.4.3) @@ -274,7 +274,7 @@ GEM sqlite3 (1.6.2) mini_portile2 (~> 2.8.0) stringio (3.0.6) - thor (1.2.1) + thor (1.2.2) tilt (2.1.0) timeout (0.3.2) turbolinks (5.2.1) @@ -325,7 +325,7 @@ DEPENDENCIES puma (~> 6.2) rails (~> 7.0.4, >= 7.0.4.3) rails-controller-testing - rails-i18n (~> 7.0.6) + rails-i18n (~> 7.0.7) sassc-rails (~> 2.1.2) sdoc (~> 2.6.1) sqlite3 (~> 1.6.2)