mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:28:57 +08:00
omniauth-oauth2 should be required in plugin which uses it
This commit is contained in:
parent
4af8a9102e
commit
e0cb1d4086
2
Gemfile
2
Gemfile
|
@ -97,7 +97,7 @@ gem 'openid-redis-store'
|
|||
gem 'omniauth-facebook'
|
||||
gem 'omniauth-twitter'
|
||||
gem 'omniauth-github'
|
||||
gem 'omniauth-oauth2'
|
||||
gem 'omniauth-oauth2', require: false
|
||||
gem 'omniauth-browserid', git: 'https://github.com/callahad/omniauth-browserid.git', branch: 'observer_api'
|
||||
gem 'omniauth-cas'
|
||||
gem 'oj'
|
||||
|
|
Loading…
Reference in New Issue
Block a user