From 35debc2fa10db704f04951cc6ff6497abf78d04b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 Aug 2018 16:24:02 +0000 Subject: [PATCH] Bump i18n from 0.8.1 to 0.9.5 Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.8.1 to 0.9.5. - [Release notes](https://github.com/svenfuchs/i18n/releases) - [Changelog](https://github.com/svenfuchs/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/i18n/compare/v0.8.1...v0.9.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 434f8b3cb..ac386968d 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'capistrano-rails', '~> 1.2.3' gem 'capistrano-rbenv', '~> 2.1.1' gem 'capistrano-bundler', '~> 1.2.0' -gem "i18n", '~> 0.8.1' +gem "i18n", '~> 0.9.5' gem "bootstrap-sass", '~> 2.3.2.2' # locked because blacklight 4.7 gem "bower-rails", "~> 0.11.0" gem "responders", "~> 2.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index 189427449..21fa5a25f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,6 +124,7 @@ GEM coffee-script-source execjs coffee-script-source (1.10.0) + concurrent-ruby (1.0.5) coveralls (0.8.21) json (>= 1.8, < 3) simplecov (~> 0.14.1) @@ -181,7 +182,8 @@ GEM hydra-access-controls (= 6.5.2) hydra-core (= 6.5.2) rails (>= 3.2.6) - i18n (0.8.6) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jaro_winkler (1.5.1) jettywrapper (2.0.3) activesupport (>= 3.0.0) @@ -452,7 +454,7 @@ DEPENDENCIES devise (~> 3.5.5) equivalent-xml (~> 0.6.0) hydra-head (~> 6.5.2) - i18n (~> 0.8.1) + i18n (~> 0.9.5) jquery-rails (~> 4.3.1) kaminari (~> 0.15.1) launchy (~> 2.4.3)