From bdb0176b2955c77ca14e1090378f91194fdb8d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:15:53 +0000 Subject: [PATCH] Bump i18n from 0.4.1 to 0.9.5 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.4.1 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.4.1...v0.9.5) --- updated-dependencies: - dependency-name: i18n dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6afd6f2..ed5b628 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,8 +11,10 @@ GEM remote: http://rubygems.org/ specs: activesupport (3.0.0) + concurrent-ruby (1.1.10) fakeweb (1.3.0) - i18n (0.4.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) mime-types (1.16) minitest (2.0.2) rest-client (1.6.1) @@ -24,12 +26,8 @@ PLATFORMS ruby DEPENDENCIES - activesupport (>= 3.0) bundler (>= 1.0.0) fakeweb - i18n minitest - rest-client smile! vcr - yajl-ruby (>= 0.7.8)