Bump google-api-client from 0.31.0 to 0.32.1 (#4289) [ci skip]

Bumps [google-api-client](https://github.com/google/google-api-ruby-client) from 0.31.0 to 0.32.1.
- [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.31.0...0.32.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-07 15:14:15 -04:00 committed by Mac Siri
parent b6416f986f
commit 21b77dca6d
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ gem "fog-aws", "~> 3.5" # 'fog' gem to support Amazon Web Services
gem "front_matter_parser", "~> 0.2" # Parse a front matter from syntactically correct strings or files
gem "gemoji", "~> 3.0.1" # Character information and metadata for standard and custom emoji
gem "gibbon", "~> 3.2" # API wrapper for MailChimp's API
gem "google-api-client", "~> 0.31" # Client for accessing Google APIs
gem "google-api-client", "~> 0.32" # Client for accessing Google APIs
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
gem "htmlentities", "~> 4.3", ">= 4.3.4"
gem "httparty", "~> 0.17" # Makes http fun! Also, makes consuming restful web services dead easy

View file

@ -368,7 +368,7 @@ GEM
multi_json (>= 1.11.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
google-api-client (0.31.0)
google-api-client (0.32.1)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.5, < 0.10.0)
httpclient (>= 2.8.1, < 3.0)
@ -911,7 +911,7 @@ DEPENDENCIES
front_matter_parser (~> 0.2)
gemoji (~> 3.0.1)
gibbon (~> 3.2)
google-api-client (~> 0.31)
google-api-client (~> 0.32)
guard (~> 2.15)
guard-livereload (~> 2.5)
guard-rspec (~> 4.7)