From b5a9da303f45de3c736ad94c7dbc809252e7e641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:31:40 +0000 Subject: [PATCH] Bump i18n from 0.6.9 to 0.9.5 in /spec/dummy_app Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.9 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.6.9...v0.9.5) --- updated-dependencies: - dependency-name: i18n dependency-type: indirect ... Signed-off-by: dependabot[bot] --- spec/dummy_app/Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spec/dummy_app/Gemfile.lock b/spec/dummy_app/Gemfile.lock index 2a1ca91..23fc451 100644 --- a/spec/dummy_app/Gemfile.lock +++ b/spec/dummy_app/Gemfile.lock @@ -1,5 +1,5 @@ PATH - remote: ../../ + remote: ../.. specs: timecop-console (0.3.1) railties (>= 3.1, < 5.0) @@ -36,9 +36,11 @@ GEM atomic (1.1.15) builder (3.1.4) coderay (1.1.0) + concurrent-ruby (1.1.10) erubis (2.7.0) hike (1.2.3) - i18n (0.6.9) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jquery-rails (3.1.0) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0)