Bump google-api-client from 0.32.1 to 0.33.1 (#4516) [ci skip]

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-21 17:09:57 -04:00 committed by Mac Siri
parent 54daf334c2
commit 4351260a51
2 changed files with 9 additions and 9 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.32" # Client for accessing Google APIs
gem "google-api-client", "~> 0.33" # 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,21 +368,21 @@ GEM
multi_json (>= 1.11.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
google-api-client (0.32.1)
google-api-client (0.33.1)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.5, < 0.10.0)
googleauth (~> 0.9)
httpclient (>= 2.8.1, < 3.0)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.10)
googleauth (0.9.0)
signet (~> 0.12)
googleauth (0.10.0)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.7)
signet (~> 0.12)
guard (2.15.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
@ -490,7 +490,7 @@ GEM
momentjs-rails (2.20.1)
railties (>= 3.1)
msgpack (1.3.1)
multi_json (1.13.1)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
mustermann (1.0.3)
@ -719,7 +719,7 @@ GEM
shellany (0.0.1)
shoulda-matchers (4.1.2)
activesupport (>= 4.2.0)
signet (0.11.0)
signet (0.12.0)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
@ -907,7 +907,7 @@ DEPENDENCIES
front_matter_parser (~> 0.2)
gemoji (~> 3.0.1)
gibbon (~> 3.2)
google-api-client (~> 0.32)
google-api-client (~> 0.33)
guard (~> 2.15)
guard-livereload (~> 2.5)
guard-rspec (~> 4.7)