From 7b26e1ced4b06cd62135ecff58a9bd686338c1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:38:54 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 0.9.5 in /spec/dummy Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.9.5. - [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.7.0...v0.9.5) --- updated-dependencies: - dependency-name: i18n dependency-type: indirect ... Signed-off-by: dependabot[bot] --- spec/dummy/Gemfile.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spec/dummy/Gemfile.lock b/spec/dummy/Gemfile.lock index d057161..693ec13 100644 --- a/spec/dummy/Gemfile.lock +++ b/spec/dummy/Gemfile.lock @@ -1,5 +1,5 @@ PATH - remote: ../../ + remote: ../.. specs: penman (1.0.0) rails (>= 4) @@ -49,7 +49,8 @@ GEM erubis (2.7.0) globalid (0.3.7) activesupport (>= 4.1.0) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (1.8.3) loofah (2.0.3) nokogiri (>= 1.5.9)