From e90403dbbe40f7487ee27c49eb6d57964f2a323f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 05:49:51 +0000 Subject: [PATCH] Bump i18n-js from 3.8.2 to 3.8.3 Bumps [i18n-js](https://github.com/fnando/i18n-js) from 3.8.2 to 3.8.3. - [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.2...v3.8.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 76a1aa1766..886f1e45e9 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'sass', '<= 4.7.1' gem 'sass-rails', '< 6.0.0' gem 'i18n' -gem 'i18n-js', '~> 3.8.2' +gem 'i18n-js', '~> 3.8.3' gem 'rails-i18n' gem 'rails_safe_tasks', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index b7262085f8..0cb0ce74bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,7 +287,7 @@ GEM hiredis (0.6.3) i18n (1.8.10) concurrent-ruby (~> 1.0) - i18n-js (3.8.2) + i18n-js (3.8.3) i18n (>= 0.6.6) immigrant (0.3.6) activerecord (>= 3.0) @@ -674,7 +674,7 @@ DEPENDENCIES highline (= 2.0.3) hiredis i18n - i18n-js (~> 3.8.2) + i18n-js (~> 3.8.3) immigrant jquery-migrate-rails jquery-rails (= 4.4.0)