mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
update auth gems
This commit is contained in:
parent
4ee3ed336d
commit
f3af3934fd
1 changed files with 8 additions and 10 deletions
18
Gemfile.lock
18
Gemfile.lock
|
@ -185,7 +185,7 @@ GEM
|
||||||
railties (>= 3.0, < 5.0)
|
railties (>= 3.0, < 5.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
json (1.8.3)
|
json (1.8.3)
|
||||||
jwt (1.3.0)
|
jwt (1.5.1)
|
||||||
kgio (2.10.0)
|
kgio (2.10.0)
|
||||||
librarian (0.1.2)
|
librarian (0.1.2)
|
||||||
highline
|
highline
|
||||||
|
@ -233,7 +233,7 @@ 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 (2.0.0)
|
omniauth-facebook (2.0.1)
|
||||||
omniauth-oauth2 (~> 1.2)
|
omniauth-oauth2 (~> 1.2)
|
||||||
omniauth-github-discourse (1.1.2)
|
omniauth-github-discourse (1.1.2)
|
||||||
omniauth (~> 1.0)
|
omniauth (~> 1.0)
|
||||||
|
@ -241,20 +241,18 @@ GEM
|
||||||
omniauth-google-oauth2 (0.2.5)
|
omniauth-google-oauth2 (0.2.5)
|
||||||
omniauth (> 1.0)
|
omniauth (> 1.0)
|
||||||
omniauth-oauth2 (~> 1.1)
|
omniauth-oauth2 (~> 1.1)
|
||||||
omniauth-oauth (1.0.1)
|
omniauth-oauth (1.1.0)
|
||||||
oauth
|
oauth
|
||||||
omniauth (~> 1.0)
|
omniauth (~> 1.0)
|
||||||
omniauth-oauth2 (1.2.0)
|
omniauth-oauth2 (1.3.1)
|
||||||
faraday (>= 0.8, < 0.10)
|
|
||||||
multi_json (~> 1.3)
|
|
||||||
oauth2 (~> 1.0)
|
oauth2 (~> 1.0)
|
||||||
omniauth (~> 1.2)
|
omniauth (~> 1.2)
|
||||||
omniauth-openid (1.0.1)
|
omniauth-openid (1.0.1)
|
||||||
omniauth (~> 1.0)
|
omniauth (~> 1.0)
|
||||||
rack-openid (~> 1.3.1)
|
rack-openid (~> 1.3.1)
|
||||||
omniauth-twitter (1.0.1)
|
omniauth-twitter (1.2.1)
|
||||||
multi_json (~> 1.3)
|
json (~> 1.3)
|
||||||
omniauth-oauth (~> 1.0)
|
omniauth-oauth (~> 1.1)
|
||||||
onebox (1.5.26)
|
onebox (1.5.26)
|
||||||
moneta (~> 0.8)
|
moneta (~> 0.8)
|
||||||
multi_json (~> 1.11)
|
multi_json (~> 1.11)
|
||||||
|
@ -517,7 +515,7 @@ DEPENDENCIES
|
||||||
rest-client
|
rest-client
|
||||||
rinku
|
rinku
|
||||||
rmmseg-cpp
|
rmmseg-cpp
|
||||||
rspec
|
rspec (~> 3.2.0)
|
||||||
rspec-given
|
rspec-given
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rtlit
|
rtlit
|
||||||
|
|
Loading…
Reference in a new issue