From 030747cff820900a9b602a22ce69b3e85d1ec07d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 19:15:49 +0000 Subject: [PATCH] Bump i18n-js from 3.4.1 to 3.4.2 Bumps [i18n-js](https://github.com/fnando/i18n-js) from 3.4.1 to 3.4.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.4.1...v3.4.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 63eb9db9e8..55f5ba5457 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby "2.2.10" git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } gem 'i18n', '~> 0.6.11' -gem 'i18n-js', '~> 3.4.1' +gem 'i18n-js', '~> 3.4.2' gem 'rails', '~> 3.2.22' gem 'rails-i18n', '~> 3.0.0' gem 'rails_safe_tasks', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index d2b9b72587..3e1fd7bd55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -439,7 +439,7 @@ GEM httparty (0.16.2) multi_xml (>= 0.5.2) i18n (0.6.11) - i18n-js (3.4.1) + i18n-js (3.4.2) i18n (>= 0.6.6) immigrant (0.3.6) activerecord (>= 3.0) @@ -763,7 +763,7 @@ DEPENDENCIES gmaps4rails haml i18n (~> 0.6.11) - i18n-js (~> 3.4.1) + i18n-js (~> 3.4.2) immigrant jquery-migrate-rails jquery-rails (= 3.0.4)