mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:28:57 +08:00
let's use the latest omniauth-github gem
This commit is contained in:
parent
ad20f59897
commit
9aa49e922c
4
Gemfile
4
Gemfile
|
@ -85,9 +85,7 @@ gem 'openid-redis-store'
|
|||
gem 'omniauth-facebook'
|
||||
gem 'omniauth-twitter'
|
||||
gem 'omniauth-instagram'
|
||||
|
||||
# Forked until https://github.com/intridea/omniauth-github/pull/41 is merged
|
||||
gem 'omniauth-github-discourse', require: 'omniauth-github'
|
||||
gem 'omniauth-github'
|
||||
|
||||
gem 'omniauth-oauth2', require: false
|
||||
|
||||
|
|
|
@ -191,9 +191,9 @@ GEM
|
|||
rack (>= 1.6.2, < 3)
|
||||
omniauth-facebook (4.0.0)
|
||||
omniauth-oauth2 (~> 1.2)
|
||||
omniauth-github-discourse (1.1.2)
|
||||
omniauth (~> 1.0)
|
||||
omniauth-oauth2 (~> 1.1)
|
||||
omniauth-github (1.3.0)
|
||||
omniauth (~> 1.5)
|
||||
omniauth-oauth2 (>= 1.4.0, < 2.0)
|
||||
omniauth-google-oauth2 (0.3.1)
|
||||
jwt (~> 1.0)
|
||||
multi_json (~> 1.3)
|
||||
|
@ -452,7 +452,7 @@ DEPENDENCIES
|
|||
oj
|
||||
omniauth
|
||||
omniauth-facebook
|
||||
omniauth-github-discourse
|
||||
omniauth-github
|
||||
omniauth-google-oauth2
|
||||
omniauth-instagram
|
||||
omniauth-oauth2
|
||||
|
|
Loading…
Reference in New Issue
Block a user