diff --git a/Gemfile b/Gemfile index 0b7ad98751fd4e27c9ba41f88175fa3ded51246b..2f2ab01df7d223f12211d8a8ece51b2e4dfcab77 100644 --- a/Gemfile +++ b/Gemfile @@ -137,11 +137,11 @@ gem "open_graph_reader", "0.6.1" # Services gem "omniauth", "1.2.2" -gem "omniauth-facebook", "1.6.0" +gem "omniauth-facebook", "2.0.1" gem "omniauth-tumblr", "1.1" -gem "omniauth-twitter", "1.0.1" +gem "omniauth-twitter", "1.2.0" gem "twitter", "4.8.1" -gem "omniauth-wordpress", "0.2.1" +gem "omniauth-wordpress", "0.2.2" # Serializers diff --git a/Gemfile.lock b/Gemfile.lock index 5492d71cbada01a6a8aebdd84d3a4e43ba079faf..42e0644eca4a921bd7d88a2dd4b9257be9aac023 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -434,7 +434,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) oauth (0.4.7) - oauth2 (0.9.4) + oauth2 (1.0.0) faraday (>= 0.8, < 0.10) jwt (~> 1.0) multi_json (~> 1.3) @@ -443,23 +443,21 @@ GEM omniauth (1.2.2) hashie (>= 1.2, < 4) rack (~> 1.0) - omniauth-facebook (1.6.0) - omniauth-oauth2 (~> 1.1) - omniauth-oauth (1.0.1) + omniauth-facebook (2.0.1) + omniauth-oauth2 (~> 1.2) + omniauth-oauth (1.1.0) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.1.2) - faraday (>= 0.8, < 0.10) - multi_json (~> 1.3) - oauth2 (~> 0.9.3) + omniauth-oauth2 (1.3.0) + oauth2 (~> 1.0) omniauth (~> 1.2) omniauth-tumblr (1.1) omniauth-oauth (~> 1.0) - omniauth-twitter (1.0.1) - multi_json (~> 1.3) - omniauth-oauth (~> 1.0) - omniauth-wordpress (0.2.1) - omniauth-oauth2 (~> 1.1.0) + omniauth-twitter (1.2.0) + json (~> 1.3) + omniauth-oauth (~> 1.1) + omniauth-wordpress (0.2.2) + omniauth-oauth2 (>= 1.1.0) open_graph_reader (0.6.1) faraday (~> 0.9.0) nokogiri (~> 1.6) @@ -658,7 +656,7 @@ GEM sigar (0.7.3) simple_captcha2 (0.3.4) rails (>= 4.1) - simple_oauth (0.2.0) + simple_oauth (0.3.1) sinatra (1.4.6) rack (~> 1.4) rack-protection (~> 1.4) @@ -784,10 +782,10 @@ DEPENDENCIES mysql2 (= 0.3.18) nokogiri (= 1.6.6.2) omniauth (= 1.2.2) - omniauth-facebook (= 1.6.0) + omniauth-facebook (= 2.0.1) omniauth-tumblr (= 1.1) - omniauth-twitter (= 1.0.1) - omniauth-wordpress (= 0.2.1) + omniauth-twitter (= 1.2.0) + omniauth-wordpress (= 0.2.2) open_graph_reader (= 0.6.1) pry pry-byebug