mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 00:13:37 +08:00
omniauth-cas extraction broke us thanks @joallard
This commit is contained in:
parent
bf957513ec
commit
29ebad2d37
|
@ -196,10 +196,6 @@ GEM
|
||||||
omniauth (1.1.4)
|
omniauth (1.1.4)
|
||||||
hashie (>= 1.2, < 3)
|
hashie (>= 1.2, < 3)
|
||||||
rack
|
rack
|
||||||
omniauth-cas (1.0.4)
|
|
||||||
addressable (~> 2.3)
|
|
||||||
nokogiri (~> 1.6)
|
|
||||||
omniauth (~> 1.1.0)
|
|
||||||
omniauth-facebook (1.4.1)
|
omniauth-facebook (1.4.1)
|
||||||
omniauth-oauth2 (~> 1.1.0)
|
omniauth-oauth2 (~> 1.1.0)
|
||||||
omniauth-github (1.1.1)
|
omniauth-github (1.1.1)
|
||||||
|
@ -430,7 +426,6 @@ DEPENDENCIES
|
||||||
nokogiri
|
nokogiri
|
||||||
oj
|
oj
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-cas
|
|
||||||
omniauth-facebook
|
omniauth-facebook
|
||||||
omniauth-github
|
omniauth-github
|
||||||
omniauth-oauth2
|
omniauth-oauth2
|
||||||
|
|
|
@ -223,10 +223,6 @@ GEM
|
||||||
omniauth (1.1.4)
|
omniauth (1.1.4)
|
||||||
hashie (>= 1.2, < 3)
|
hashie (>= 1.2, < 3)
|
||||||
rack
|
rack
|
||||||
omniauth-cas (1.0.4)
|
|
||||||
addressable (~> 2.3)
|
|
||||||
nokogiri (~> 1.6)
|
|
||||||
omniauth (~> 1.1.0)
|
|
||||||
omniauth-facebook (1.4.1)
|
omniauth-facebook (1.4.1)
|
||||||
omniauth-oauth2 (~> 1.1.0)
|
omniauth-oauth2 (~> 1.1.0)
|
||||||
omniauth-github (1.1.1)
|
omniauth-github (1.1.1)
|
||||||
|
@ -445,7 +441,6 @@ DEPENDENCIES
|
||||||
nokogiri
|
nokogiri
|
||||||
oj
|
oj
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-cas
|
|
||||||
omniauth-facebook
|
omniauth-facebook
|
||||||
omniauth-github
|
omniauth-github
|
||||||
omniauth-oauth2
|
omniauth-oauth2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user