DEV: add note explaining why omniauth-google-oauth2 is pinned

This commit is contained in:
Sam Saffron 2019-04-29 15:47:05 +10:00
parent 7ea5c8a5f5
commit 09638fcd27
1 changed files with 3 additions and 1 deletions

View File

@ -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'