From 6357601e9a8a10650c5ed0c1621096b179c1c19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:31:53 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 0.9.5 in /RailsConf16 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] --- RailsConf16/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RailsConf16/Gemfile.lock b/RailsConf16/Gemfile.lock index 0880969..cd388b1 100644 --- a/RailsConf16/Gemfile.lock +++ b/RailsConf16/Gemfile.lock @@ -26,6 +26,7 @@ GEM extlib (>= 0.9.15) multi_json (>= 1.0.0) beefcake (1.1.0) + concurrent-ruby (1.1.10) digest-crc (0.4.1) extlib (0.9.16) faraday (0.9.2) @@ -53,7 +54,8 @@ GEM grpc (0.13.1) google-protobuf (~> 3.0.0.alpha.5.0.3) googleauth (~> 0.5.1) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (1.8.3) jwt (1.5.4) launchy (2.4.3)