From 5fb0a142928a62f66393e5187c4739e8220b7d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:37:35 +0000 Subject: [PATCH] Bump rails-i18n from 7.0.1 to 7.0.6 Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 7.0.1 to 7.0.6. - [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/v7.0.6) --- 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 052df1c..48ba20a 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.1' +gem 'rails-i18n', '~> 7.0.6' gem 'rails-controller-testing' diff --git a/Gemfile.lock b/Gemfile.lock index ddc8fe2..085501c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,7 +238,7 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.3) loofah (~> 2.3) - rails-i18n (7.0.1) + rails-i18n (7.0.6) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) railties (7.0.4) @@ -307,7 +307,7 @@ GEM will_paginate (3.3.1) will_paginate-bootstrap4 (0.2.2) will_paginate (~> 3.0, >= 3.0.0) - zeitwerk (2.6.0) + zeitwerk (2.6.6) PLATFORMS ruby @@ -332,7 +332,7 @@ DEPENDENCIES puma (~> 5.5) rails (= 7.0.4) rails-controller-testing - rails-i18n (~> 7.0.1) + rails-i18n (~> 7.0.6) sassc-rails (~> 2.1.2) sdoc (~> 2.4.0) sqlite3 (~> 1.4.1)