From 76ca6f9093059a5190af968c36b3e49ecc73e1de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 17:25:43 -0500 Subject: [PATCH] Bump google-api-client from 0.33.1 to 0.34.1 (#4786) --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index bc952b6b5..64c857ce8 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 300071ce6..8755b4124 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)