From 3a17f1ece4858fdfbadec1bc59b0ed7095217ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 16:52:48 +0000 Subject: [PATCH] Bump i18n from 0.6.0 to 1.7.0 Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.0 to 1.7.0. - [Release notes](https://github.com/svenfuchs/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/i18n/compare/v0.6.0...v1.7.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 23c8fee..e706f53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,18 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.2.7) - i18n (~> 0.6) - multi_json (~> 1.0) + activesupport (6.0.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.1, >= 2.1.8) + bourne (1.6.0) + mocha (~> 1.1) + concurrent-ruby (1.1.5) git (1.2.5) - i18n (0.6.0) + i18n (1.7.0) + concurrent-ruby (~> 1.0) jeweler (1.8.4) bundler (~> 1.0) git (>= 1.2.5) @@ -13,7 +20,11 @@ GEM rdoc json (1.7.4) log4r (1.1.10) - multi_json (1.3.6) + metaclass (0.0.4) + minitest (5.12.2) + mocha (1.9.0) + metaclass (~> 0.0.1) + multi_json (1.14.0) rake (0.9.2.2) rdoc (3.12) json (~> 1.4) @@ -21,12 +32,17 @@ GEM shoulda-context (~> 1.0) shoulda-matchers (~> 1.2) shoulda-context (1.0.0) - shoulda-matchers (1.2.0) + shoulda-matchers (1.5.6) activesupport (>= 3.0.0) + bourne (~> 1.3) simplecov (0.6.4) multi_json (~> 1.0) simplecov-html (~> 0.5.3) simplecov-html (0.5.3) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) + zeitwerk (2.2.0) PLATFORMS ruby