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] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-11-20 10:53:43 -05:00 committed by Mac Siri
parent 69ef775f66
commit ba25932627
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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)