Bump google-api-client from 0.33.1 to 0.34.1 (#4786)
This commit is contained in:
parent
0224e6140c
commit
76ca6f9093
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -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.3" # API wrapper for MailChimp's API
|
||||
gem "google-api-client", "~> 0.33" # Client for accessing Google APIs
|
||||
gem "google-api-client", "~> 0.34" # Client for accessing Google APIs
|
||||
gem "honeycomb-beeline", "~> 1.1.1" # Monitoring and Observability gem
|
||||
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
|
||||
gem "htmlentities", "~> 4.3", ">= 4.3.4"
|
||||
|
|
|
|||
|
|
@ -364,7 +364,7 @@ GEM
|
|||
multi_json (>= 1.11.0)
|
||||
globalid (0.4.2)
|
||||
activesupport (>= 4.2.0)
|
||||
google-api-client (0.33.1)
|
||||
google-api-client (0.34.1)
|
||||
addressable (~> 2.5, >= 2.5.1)
|
||||
googleauth (~> 0.9)
|
||||
httpclient (>= 2.8.1, < 3.0)
|
||||
|
|
@ -475,7 +475,7 @@ GEM
|
|||
mini_mime (>= 0.1.1)
|
||||
marcel (0.3.3)
|
||||
mimemagic (~> 0.3.2)
|
||||
memoist (0.16.0)
|
||||
memoist (0.16.1)
|
||||
memoizable (0.4.2)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
memory_profiler (0.9.14)
|
||||
|
|
@ -923,7 +923,7 @@ DEPENDENCIES
|
|||
front_matter_parser (~> 0.2)
|
||||
gemoji (~> 3.0.1)
|
||||
gibbon (~> 3.3)
|
||||
google-api-client (~> 0.33)
|
||||
google-api-client (~> 0.34)
|
||||
guard (~> 2.16)
|
||||
guard-livereload (~> 2.5)
|
||||
guard-rspec (~> 4.7)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue