diff --git a/Gemfile b/Gemfile index 7b234ea66..b65567c22 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem "flipflop", "~> 2.4" gem "fog", "~> 1.41" gem "front_matter_parser", "~> 0.2" gem "gibbon", "~> 2.2" -gem "google-api-client", "~> 0.24" +gem "google-api-client", "~> 0.25" gem "html_truncator", "~> 0.4" gem "httparty", "~> 0.16" gem "inline_svg", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index 592eea812..997af028c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -454,7 +454,7 @@ GEM multi_json (>= 1.11.0) globalid (0.4.1) activesupport (>= 4.2.0) - google-api-client (0.24.3) + google-api-client (0.25.0) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.5, < 0.7.0) httpclient (>= 2.8.1, < 3.0) @@ -949,7 +949,7 @@ DEPENDENCIES fog (~> 1.41) front_matter_parser (~> 0.2) gibbon (~> 2.2) - google-api-client (~> 0.24) + google-api-client (~> 0.25) guard (~> 2.15) guard-livereload (~> 2.5) guard-rspec (~> 4.7)