Bump google-api-client from 0.27.3 to 0.29.1 (#2711) [ci skip]
Bumps [google-api-client](https://github.com/google/google-api-ruby-client) from 0.27.3 to 0.29.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.27.3...0.29.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
97040ab603
commit
f1d397ffa0
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -50,7 +50,7 @@ gem "fog-aws", "2.0.0" # '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.27" # Client for accessing Google APIs
|
||||
gem "google-api-client", "~> 0.29" # Client for accessing Google APIs
|
||||
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
|
||||
gem "httparty", "~> 0.16" # Makes http fun! Also, makes consuming restful web services dead easy
|
||||
gem "inline_svg", "~> 1.4" # Embed SVG documents in your Rails views and style them with CSS
|
||||
|
|
|
|||
|
|
@ -360,7 +360,7 @@ GEM
|
|||
multi_json (>= 1.11.0)
|
||||
globalid (0.4.2)
|
||||
activesupport (>= 4.2.0)
|
||||
google-api-client (0.27.3)
|
||||
google-api-client (0.29.1)
|
||||
addressable (~> 2.5, >= 2.5.1)
|
||||
googleauth (>= 0.5, < 0.10.0)
|
||||
httpclient (>= 2.8.1, < 3.0)
|
||||
|
|
@ -368,7 +368,7 @@ GEM
|
|||
representable (~> 3.0)
|
||||
retriable (>= 2.0, < 4.0)
|
||||
signet (~> 0.10)
|
||||
googleauth (0.8.0)
|
||||
googleauth (0.8.1)
|
||||
faraday (~> 0.12)
|
||||
jwt (>= 1.4, < 3.0)
|
||||
memoist (~> 0.16)
|
||||
|
|
@ -519,7 +519,7 @@ GEM
|
|||
omniauth-oauth (~> 1.1)
|
||||
rack
|
||||
orm_adapter (0.5.0)
|
||||
os (1.0.0)
|
||||
os (1.0.1)
|
||||
parallel (1.17.0)
|
||||
parallel_tests (2.29.0)
|
||||
parallel
|
||||
|
|
@ -874,7 +874,7 @@ DEPENDENCIES
|
|||
front_matter_parser (~> 0.2)
|
||||
gemoji (~> 3.0.1)
|
||||
gibbon (~> 3.2)
|
||||
google-api-client (~> 0.27)
|
||||
google-api-client (~> 0.29)
|
||||
guard (~> 2.15)
|
||||
guard-livereload (~> 2.5)
|
||||
guard-rspec (~> 4.7)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue