From 803c1786c39d70a25621276d61b6bb3db79d60c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:37:31 +0000 Subject: [PATCH] Bump i18n from 0.6.5 to 0.8.0 in /spec/dummy/sandbox Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.5 to 0.8.0. - [Release notes](https://github.com/ruby-i18n/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-i18n/i18n/compare/v0.6.5...v0.8.0) --- updated-dependencies: - dependency-name: i18n dependency-type: direct:production ... 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..ef0c310 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.8.0' diff --git a/spec/dummy/sandbox/Gemfile.lock b/spec/dummy/sandbox/Gemfile.lock index f3127e7..0d89447 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.8.0) 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.8.0) json multi_json (~> 1.8.1)