Commit c5c80ab7e41c27c413e5ee40fc0e69e67fa87745

Authored by Victor Costa
1 parent eaa3c7f4
Exists in production

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 2 gem 'omniauth', '~> 1.2.2'
3 3 gem 'omniauth-facebook', '~> 2.0.0'
4 4 gem "omniauth-google-oauth2", '0.2.6'
  5 +gem 'omniauth-oauth2', '~> 1.3.1'
... ...