diff --git a/Gemfile b/Gemfile index 2cae9eec6..88d749d1f 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.2" # API wrapper for MailChimp's API -gem "google-api-client", "~> 0.31" # Client for accessing Google APIs +gem "google-api-client", "~> 0.32" # 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 diff --git a/Gemfile.lock b/Gemfile.lock index 71879802e..77a3ddc19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -368,7 +368,7 @@ GEM multi_json (>= 1.11.0) globalid (0.4.2) activesupport (>= 4.2.0) - google-api-client (0.31.0) + google-api-client (0.32.1) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.5, < 0.10.0) httpclient (>= 2.8.1, < 3.0) @@ -911,7 +911,7 @@ DEPENDENCIES front_matter_parser (~> 0.2) gemoji (~> 3.0.1) gibbon (~> 3.2) - google-api-client (~> 0.31) + google-api-client (~> 0.32) guard (~> 2.15) guard-livereload (~> 2.5) guard-rspec (~> 4.7)