Bump google-api-client from 0.19.8 to 0.24.2 (#803) [ci skip]

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-10-03 12:22:06 -04:00 committed by Mac Siri
parent 1c664343d4
commit a57c520501
2 changed files with 11 additions and 15 deletions

View file

@ -46,7 +46,7 @@ gem "flipflop", "~> 2.3"
gem "fog", "~> 1.41"
gem "front_matter_parser", "~> 0.1"
gem "gibbon", "~> 2.2"
gem "google-api-client", "~> 0.19"
gem "google-api-client", "~> 0.24"
gem "html_truncator", "~> 0.4"
gem "httparty", "~> 0.16"
gem "inline_svg", "~> 0.12"

View file

@ -455,20 +455,20 @@ GEM
multi_json (>= 1.11.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
google-api-client (0.19.8)
google-api-client (0.24.2)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.5, < 0.7.0)
httpclient (>= 2.8.1, < 3.0)
mime-types (~> 3.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
googleauth (0.6.2)
signet (~> 0.10)
googleauth (0.6.6)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
logging (~> 2.0)
memoist (~> 0.12)
multi_json (~> 1.11)
os (~> 0.9)
os (>= 0.9, < 2.0)
signet (~> 0.7)
guard (2.14.2)
formatador (>= 0.2.4)
@ -555,10 +555,6 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
little-plugger (1.1.4)
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
@ -570,9 +566,9 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
memory_profiler (0.9.10)
method_source (0.9.0)
mime-types (3.1)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mime-types-data (3.2018.0812)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
@ -618,7 +614,7 @@ GEM
omniauth-oauth (~> 1.1)
rack
orm_adapter (0.5.0)
os (0.9.6)
os (1.0.0)
parallel (1.12.1)
parallel_tests (2.22.0)
parallel
@ -716,7 +712,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (3.1.1)
retriable (3.1.2)
reverse_markdown (1.0.5)
nokogiri
rolify (5.2.0)
@ -794,7 +790,7 @@ GEM
shellany (0.0.1)
shoulda-matchers (3.1.2)
activesupport (>= 4.0.0)
signet (0.8.1)
signet (0.10.0)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
@ -973,7 +969,7 @@ DEPENDENCIES
fog (~> 1.41)
front_matter_parser (~> 0.1)
gibbon (~> 2.2)
google-api-client (~> 0.19)
google-api-client (~> 0.24)
guard (~> 2.14)
guard-livereload (~> 2.5)
guard-rspec (~> 4.7)