From ef3ea0701e0f19b8fc4b4a224bed9ce7f8b88544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 9 May 2019 19:19:16 +0000 Subject: [PATCH] Bump i18n-js from 3.2.1 to 3.2.2 Bumps [i18n-js](https://github.com/fnando/i18n-js) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/fnando/i18n-js/releases) - [Changelog](https://github.com/fnando/i18n-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/fnando/i18n-js/compare/v3.2.1...v3.2.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0e0792b3fc..45ef0360c3 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } gem 'rails', '~> 3.2.22' gem 'rails-i18n', '~> 3.0.0' gem 'i18n', '~> 0.6.11' -gem 'i18n-js', '~> 3.2.1' +gem 'i18n-js', '~> 3.2.2' # Patched version. See http://rubysec.com/advisories/CVE-2015-5312/. gem 'nokogiri', '>= 1.6.7.1' diff --git a/Gemfile.lock b/Gemfile.lock index 3d03da5a6f..039d81ddad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -496,7 +496,7 @@ GEM httparty (0.16.2) multi_xml (>= 0.5.2) i18n (0.6.11) - i18n-js (3.2.1) + i18n-js (3.2.2) i18n (>= 0.6.6) immigrant (0.3.6) activerecord (>= 3.0) @@ -827,7 +827,7 @@ DEPENDENCIES guard-rspec (~> 4.7.3) haml i18n (~> 0.6.11) - i18n-js (~> 3.2.1) + i18n-js (~> 3.2.2) immigrant jquery-migrate-rails jquery-rails (= 3.0.0)