From e6b5775327b25299ac4ec13f0a720d9e2f4f9638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 05:25:43 +0000 Subject: [PATCH] Bump i18n-js from 3.8.0 to 3.8.1 Bumps [i18n-js](https://github.com/fnando/i18n-js) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/fnando/i18n-js/releases) - [Changelog](https://github.com/fnando/i18n-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/fnando/i18n-js/compare/v3.8.0...v3.8.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2173e945ce..a83014ef03 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ else end gem 'i18n' -gem 'i18n-js', '~> 3.8.0' +gem 'i18n-js', '~> 3.8.1' gem 'rails-i18n' gem 'rails_safe_tasks', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index f87eb7c9d2..3e6ea93093 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -399,7 +399,7 @@ GEM domain_name (~> 0.5) i18n (0.9.5) concurrent-ruby (~> 1.0) - i18n-js (3.8.0) + i18n-js (3.8.1) i18n (>= 0.6.6) immigrant (0.3.6) activerecord (>= 3.0) @@ -774,7 +774,7 @@ DEPENDENCIES haml highline (= 2.0.3) i18n - i18n-js (~> 3.8.0) + i18n-js (~> 3.8.1) immigrant jquery-migrate-rails jquery-rails (= 4.4.0)