From 64fe7edee83d67424aa02c919a7c4db2fd281746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:33:21 +0000 Subject: [PATCH] Bump i18n from 0.6.11 to 0.9.5 in /example/rails_app Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.11 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.11...v0.9.5) --- updated-dependencies: - dependency-name: i18n dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/rails_app/Gemfile | 2 +- example/rails_app/Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/example/rails_app/Gemfile b/example/rails_app/Gemfile index f48e416..3a1b60e 100644 --- a/example/rails_app/Gemfile +++ b/example/rails_app/Gemfile @@ -10,5 +10,5 @@ gem "minitest", :group => :test # 1.8.7 support gem "rake", "~> 10.0" -gem "i18n", "~> 0.6.0" +gem "i18n", "~> 0.9.5" gem "rack-cache", "~> 1.2.0" diff --git a/example/rails_app/Gemfile.lock b/example/rails_app/Gemfile.lock index 9555bb9..83ff204 100644 --- a/example/rails_app/Gemfile.lock +++ b/example/rails_app/Gemfile.lock @@ -40,9 +40,11 @@ GEM backports (3.11.4) bar-of-progress (0.1.3) builder (3.0.4) + concurrent-ruby (1.1.10) erubis (2.7.0) hike (1.2.3) - i18n (0.6.11) + i18n (0.9.5) + concurrent-ruby (~> 1.0) journey (1.0.4) json (1.8.3) mail (2.5.4) @@ -94,7 +96,7 @@ PLATFORMS ruby DEPENDENCIES - i18n (~> 0.6.0) + i18n (~> 0.9.5) minitest rack-cache (~> 1.2.0) rails (= 3.2.22.4)