mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: add note explaining why omniauth-google-oauth2 is pinned
This commit is contained in:
parent
7ea5c8a5f5
commit
09638fcd27
1 changed files with 3 additions and 1 deletions
4
Gemfile
4
Gemfile
|
@ -87,7 +87,9 @@ gem 'omniauth-github'
|
|||
|
||||
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 'pg'
|
||||
gem 'mini_sql'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue