From ba2593262717f424223d7d32f357e87636af15db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 20 Nov 2018 10:53:43 -0500 Subject: [PATCH] Bump google-api-client from 0.24.3 to 0.25.0 (#1144) Bumps [google-api-client](https://github.com/google/google-api-ruby-client) from 0.24.3 to 0.25.0. - [Release notes](https://github.com/google/google-api-ruby-client/releases) - [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/google-api-ruby-client/compare/0.24.3...0.25.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7b234ea66..b65567c22 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem "flipflop", "~> 2.4" gem "fog", "~> 1.41" gem "front_matter_parser", "~> 0.2" gem "gibbon", "~> 2.2" -gem "google-api-client", "~> 0.24" +gem "google-api-client", "~> 0.25" gem "html_truncator", "~> 0.4" gem "httparty", "~> 0.16" gem "inline_svg", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index 592eea812..997af028c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -454,7 +454,7 @@ GEM multi_json (>= 1.11.0) globalid (0.4.1) activesupport (>= 4.2.0) - google-api-client (0.24.3) + google-api-client (0.25.0) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.5, < 0.7.0) httpclient (>= 2.8.1, < 3.0) @@ -949,7 +949,7 @@ DEPENDENCIES fog (~> 1.41) front_matter_parser (~> 0.2) gibbon (~> 2.2) - google-api-client (~> 0.24) + google-api-client (~> 0.25) guard (~> 2.15) guard-livereload (~> 2.5) guard-rspec (~> 4.7)