mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
DEV: add note explaining why omniauth-google-oauth2 is pinned
This commit is contained in:
parent
7ea5c8a5f5
commit
09638fcd27
4
Gemfile
4
Gemfile
|
@ -87,7 +87,9 @@ gem 'omniauth-github'
|
||||||
|
|
||||||
gem 'omniauth-oauth2', require: false
|
gem 'omniauth-oauth2', require: false
|
||||||
|
|
||||||
gem 'omniauth-google-oauth2'
|
# pinned until we test verified email change in the gem
|
||||||
|
gem 'omniauth-google-oauth2', '0.6.0'
|
||||||
|
|
||||||
gem 'oj'
|
gem 'oj'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'mini_sql'
|
gem 'mini_sql'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user