From 1b3f1802eb8de1028fc184eaf94576a180c6062f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Dec 2020 15:25:41 +0000 Subject: [PATCH] Bump i18n from 0.6.5 to 0.6.8 in /spec/dummy/sandbox Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.5 to 0.6.8. - [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.5...v0.6.8) Signed-off-by: dependabot[bot] --- spec/dummy/sandbox/Gemfile | 2 +- spec/dummy/sandbox/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/dummy/sandbox/Gemfile b/spec/dummy/sandbox/Gemfile index bbc883c..dbd2da2 100644 --- a/spec/dummy/sandbox/Gemfile +++ b/spec/dummy/sandbox/Gemfile @@ -4,4 +4,4 @@ source 'https://rubygems.org' gem 'json' gem 'multi_json', '~> 1.8.1' -gem 'i18n', '~> 0.6.5' +gem 'i18n', '~> 0.6.8' diff --git a/spec/dummy/sandbox/Gemfile.lock b/spec/dummy/sandbox/Gemfile.lock index f3127e7..1f3d583 100644 --- a/spec/dummy/sandbox/Gemfile.lock +++ b/spec/dummy/sandbox/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - i18n (0.6.5) + i18n (0.6.8) json (1.8.0) json (1.8.0-java) multi_json (1.8.1) @@ -11,6 +11,6 @@ PLATFORMS ruby DEPENDENCIES - i18n (~> 0.6.5) + i18n (~> 0.6.8) json multi_json (~> 1.8.1)