Merge pull request #3835 from openfoodfoundation/dependabot/bundler/i18n-js-3.2.2

Bump i18n-js from 3.2.1 to 3.2.2
This commit is contained in:
Luis Ramos
2019-05-24 21:38:16 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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'

View File

@@ -497,7 +497,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)
@@ -828,7 +828,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)