Commit c137cf74f6d8f94439a922bd3f14bb927b24d6de
1 parent
7d742d73
Exists in
staging
and in
7 other branches
Fix gem version of omniauth-oauth2
The version 1.4 of omniauth-oauth2 causes a problem in google oauth login. See https://github.com/intridea/omniauth-oauth2/issues/81#issuecomment-151038559
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/oauth_client/Gemfile
@@ -2,3 +2,4 @@ source 'https://rubygems.org' | @@ -2,3 +2,4 @@ source 'https://rubygems.org' | ||
2 | gem 'omniauth', '~> 1.2.2' | 2 | gem 'omniauth', '~> 1.2.2' |
3 | gem 'omniauth-facebook', '~> 2.0.0' | 3 | gem 'omniauth-facebook', '~> 2.0.0' |
4 | gem "omniauth-google-oauth2", '0.2.6' | 4 | gem "omniauth-google-oauth2", '0.2.6' |
5 | +gem 'omniauth-oauth2', '~> 1.3.1' |