diff --git a/Gemfile b/Gemfile index 3c014617b..ec6739ab9 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "kaminari", "~> 1.2.1" gem "newrelic_rpm", "~> 4.1.0.333" gem "omniauth", "~> 1.9.1" gem "omniauth-facebook", "~> 7.0.0" -gem "omniauth-google-oauth2", "~> 0.8.0" +gem "omniauth-google-oauth2", "~> 0.8.2" gem "omniauth-rails_csrf_protection", "~> 0.1.2" gem "omniauth-twitter", "~> 1.4.0" gem "paperclip", "~> 6.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index a8c22d07d..4243067cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM railties (>= 3.0.0) faker (1.8.7) i18n (>= 0.7) - faraday (1.6.0) + faraday (1.7.0) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -330,7 +330,7 @@ GEM jquery-ui-rails (6.0.1) railties (>= 3.2.16) json (2.3.1) - jwt (2.2.2) + jwt (2.2.3) kaminari (1.2.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.1) @@ -397,7 +397,7 @@ GEM racc (~> 1.4) nori (2.6.0) oauth (0.5.6) - oauth2 (1.4.4) + oauth2 (1.4.7) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) @@ -411,16 +411,17 @@ GEM rack (>= 1.6.2, < 3) omniauth-facebook (7.0.0) omniauth-oauth2 (~> 1.2) - omniauth-google-oauth2 (0.8.0) + omniauth-google-oauth2 (0.8.2) jwt (>= 2.0) - omniauth (>= 1.1.1) + oauth2 (~> 1.1) + omniauth (~> 1.1) omniauth-oauth2 (>= 1.6) omniauth-oauth (1.1.0) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.7.0) + omniauth-oauth2 (1.7.1) oauth2 (~> 1.4) - omniauth (~> 1.9) + omniauth (>= 1.9, < 3) omniauth-rails_csrf_protection (0.1.2) actionpack (>= 4.2) omniauth (>= 1.3.1) @@ -746,7 +747,7 @@ DEPENDENCIES newrelic_rpm (~> 4.1.0.333) omniauth (~> 1.9.1) omniauth-facebook (~> 7.0.0) - omniauth-google-oauth2 (~> 0.8.0) + omniauth-google-oauth2 (~> 0.8.2) omniauth-rails_csrf_protection (~> 0.1.2) omniauth-twitter (~> 1.4.0) paperclip (~> 6.1.0)