From dc06b986923a1c30215ca0e1ec4b32faa4133cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 09:08:08 +0000 Subject: [PATCH] Bump rake from 11.1.2 to 13.0.1 Bumps [rake](https://github.com/ruby/rake) from 11.1.2 to 13.0.1. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v11.1.2...v13.0.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1dc1c11..6d2044b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,18 +2,19 @@ PATH remote: . specs: bigquery (0.9.0) - google-api-client (>= 0.9.3) - googleauth (>= 0.5.0) + google-api-client (~> 0.9.3) + googleauth (~> 0.5.0) GEM remote: https://rubygems.org/ specs: - addressable (2.4.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) byebug (8.2.4) coderay (1.1.1) - faraday (0.9.2) + faraday (0.17.3) multipart-post (>= 1.2, < 3) - google-api-client (0.9.5) + google-api-client (0.9.28) addressable (~> 2.3) googleauth (~> 0.5) httpclient (~> 2.7) @@ -22,30 +23,29 @@ GEM mime-types (>= 1.6) representable (~> 2.3.0) retriable (~> 2.0) - thor (~> 0.19) - googleauth (0.5.1) - faraday (~> 0.9) + googleauth (0.5.3) + faraday (~> 0.12) jwt (~> 1.4) logging (~> 2.0) memoist (~> 0.12) multi_json (~> 1.11) os (~> 0.9) signet (~> 0.7) - httpclient (2.7.1) + httpclient (2.8.3) hurley (0.2) - jwt (1.5.4) + jwt (1.5.6) little-plugger (1.1.4) - logging (2.1.0) + logging (2.3.0) little-plugger (~> 1.1) - multi_json (~> 1.10) - memoist (0.14.0) + multi_json (~> 1.14) + memoist (0.16.2) method_source (0.8.2) - mime-types (3.0) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2016.0221) + mime-types-data (3.2020.0512) minitest (5.8.4) - multi_json (1.11.2) - multipart-post (2.0.0) + multi_json (1.15.0) + multipart-post (2.1.1) os (0.9.6) pry (0.10.3) coderay (~> 1.1.0) @@ -54,17 +54,17 @@ GEM pry-byebug (3.3.0) byebug (~> 8.0) pry (~> 0.10) - rake (11.1.2) + public_suffix (4.0.6) + rake (13.0.1) representable (2.3.0) uber (~> 0.0.7) retriable (2.1.0) - signet (0.7.2) + signet (0.14.0) addressable (~> 2.3) - faraday (~> 0.9) - jwt (~> 1.5) + faraday (>= 0.17.3, < 2.0) + jwt (>= 1.5, < 3.0) multi_json (~> 1.10) slop (3.6.0) - thor (0.19.1) uber (0.0.15) PLATFORMS