From 93811a6d8f585b0473d3adc3644aa529f70fd293 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 6 Jun 2019 19:19:50 +0000 Subject: [PATCH] Bump i18n-js from 3.2.2 to 3.3.0 Bumps [i18n-js](https://github.com/fnando/i18n-js) from 3.2.2 to 3.3.0. - [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/commits) 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 f510bb8d37..ec87add8e0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby "2.1.5" git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } gem 'i18n', '~> 0.6.11' -gem 'i18n-js', '~> 3.2.2' +gem 'i18n-js', '~> 3.3.0' 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 f7d07637db..44a329e5f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -492,7 +492,7 @@ GEM httparty (0.16.2) multi_xml (>= 0.5.2) i18n (0.6.11) - i18n-js (3.2.2) + i18n-js (3.3.0) i18n (>= 0.6.6) immigrant (0.3.6) activerecord (>= 3.0) @@ -826,7 +826,7 @@ DEPENDENCIES guard-rspec (~> 4.7.3) haml i18n (~> 0.6.11) - i18n-js (~> 3.2.2) + i18n-js (~> 3.3.0) immigrant jquery-migrate-rails jquery-rails (= 3.0.4)