From 00e646c49af27457392068bef3d8c987358a27ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:33:05 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 1.10.0 in /google_drive Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 1.10.0. - [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...v1.10.0) --- updated-dependencies: - dependency-name: i18n dependency-type: indirect ... Signed-off-by: dependabot[bot] --- google_drive/Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/google_drive/Gemfile.lock b/google_drive/Gemfile.lock index 2ecd94a..07a8ecf 100644 --- a/google_drive/Gemfile.lock +++ b/google_drive/Gemfile.lock @@ -1,17 +1,17 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.5.1) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) + activesupport (5.2.8) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.4.0) autoparse (0.3.3) addressable (>= 2.3.1) extlib (>= 0.9.15) multi_json (>= 1.0.0) + concurrent-ruby (1.1.10) extlib (0.9.16) faraday (0.9.2) multipart-post (>= 1.2, < 3) @@ -25,12 +25,12 @@ GEM multi_json (~> 1.10) retriable (~> 1.4) signet (~> 0.6) - i18n (0.7.0) - json (1.8.3) + i18n (1.10.0) + concurrent-ruby (~> 1.0) jwt (1.5.2) launchy (2.4.3) addressable (~> 2.3) - minitest (5.8.4) + minitest (5.15.0) multi_json (1.11.2) multipart-post (2.0.0) parseconfig (1.0.8) @@ -40,8 +40,8 @@ GEM faraday (~> 0.9) jwt (~> 1.5) multi_json (~> 1.10) - thread_safe (0.3.5) - tzinfo (1.2.2) + thread_safe (0.3.6) + tzinfo (1.2.9) thread_safe (~> 0.1) PLATFORMS