Skip to content
Extraits de code Groupes Projets
Valider ea63343b rédigé par Jonne Haß's avatar Jonne Haß Validation de Dennis Schubert
Parcourir les fichiers

bump oauth related dependencies

closes #5924
parent 45a5e3d1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -137,11 +137,11 @@ gem "open_graph_reader", "0.6.1" ...@@ -137,11 +137,11 @@ gem "open_graph_reader", "0.6.1"
# Services # Services
gem "omniauth", "1.2.2" gem "omniauth", "1.2.2"
gem "omniauth-facebook", "1.6.0" gem "omniauth-facebook", "2.0.1"
gem "omniauth-tumblr", "1.1" gem "omniauth-tumblr", "1.1"
gem "omniauth-twitter", "1.0.1" gem "omniauth-twitter", "1.2.0"
gem "twitter", "4.8.1" gem "twitter", "4.8.1"
gem "omniauth-wordpress", "0.2.1" gem "omniauth-wordpress", "0.2.2"
# Serializers # Serializers
......
...@@ -434,7 +434,7 @@ GEM ...@@ -434,7 +434,7 @@ GEM
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
oauth (0.4.7) oauth (0.4.7)
oauth2 (0.9.4) oauth2 (1.0.0)
faraday (>= 0.8, < 0.10) faraday (>= 0.8, < 0.10)
jwt (~> 1.0) jwt (~> 1.0)
multi_json (~> 1.3) multi_json (~> 1.3)
...@@ -443,23 +443,21 @@ GEM ...@@ -443,23 +443,21 @@ GEM
omniauth (1.2.2) omniauth (1.2.2)
hashie (>= 1.2, < 4) hashie (>= 1.2, < 4)
rack (~> 1.0) rack (~> 1.0)
omniauth-facebook (1.6.0) omniauth-facebook (2.0.1)
omniauth-oauth2 (~> 1.1) omniauth-oauth2 (~> 1.2)
omniauth-oauth (1.0.1) omniauth-oauth (1.1.0)
oauth oauth
omniauth (~> 1.0) omniauth (~> 1.0)
omniauth-oauth2 (1.1.2) omniauth-oauth2 (1.3.0)
faraday (>= 0.8, < 0.10) oauth2 (~> 1.0)
multi_json (~> 1.3)
oauth2 (~> 0.9.3)
omniauth (~> 1.2) omniauth (~> 1.2)
omniauth-tumblr (1.1) omniauth-tumblr (1.1)
omniauth-oauth (~> 1.0) omniauth-oauth (~> 1.0)
omniauth-twitter (1.0.1) omniauth-twitter (1.2.0)
multi_json (~> 1.3) json (~> 1.3)
omniauth-oauth (~> 1.0) omniauth-oauth (~> 1.1)
omniauth-wordpress (0.2.1) omniauth-wordpress (0.2.2)
omniauth-oauth2 (~> 1.1.0) omniauth-oauth2 (>= 1.1.0)
open_graph_reader (0.6.1) open_graph_reader (0.6.1)
faraday (~> 0.9.0) faraday (~> 0.9.0)
nokogiri (~> 1.6) nokogiri (~> 1.6)
...@@ -658,7 +656,7 @@ GEM ...@@ -658,7 +656,7 @@ GEM
sigar (0.7.3) sigar (0.7.3)
simple_captcha2 (0.3.4) simple_captcha2 (0.3.4)
rails (>= 4.1) rails (>= 4.1)
simple_oauth (0.2.0) simple_oauth (0.3.1)
sinatra (1.4.6) sinatra (1.4.6)
rack (~> 1.4) rack (~> 1.4)
rack-protection (~> 1.4) rack-protection (~> 1.4)
...@@ -784,10 +782,10 @@ DEPENDENCIES ...@@ -784,10 +782,10 @@ DEPENDENCIES
mysql2 (= 0.3.18) mysql2 (= 0.3.18)
nokogiri (= 1.6.6.2) nokogiri (= 1.6.6.2)
omniauth (= 1.2.2) omniauth (= 1.2.2)
omniauth-facebook (= 1.6.0) omniauth-facebook (= 2.0.1)
omniauth-tumblr (= 1.1) omniauth-tumblr (= 1.1)
omniauth-twitter (= 1.0.1) omniauth-twitter (= 1.2.0)
omniauth-wordpress (= 0.2.1) omniauth-wordpress (= 0.2.2)
open_graph_reader (= 0.6.1) open_graph_reader (= 0.6.1)
pry pry
pry-byebug pry-byebug
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter