From 09638fcd278dad1a320556eca2921a49c92fd7d0 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Mon, 29 Apr 2019 15:47:05 +1000 Subject: [PATCH] DEV: add note explaining why omniauth-google-oauth2 is pinned --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5673b004978..10da7c56d6b 100644 --- a/Gemfile +++ b/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'