Commit 09fe0be743185626e86553f7c5626ba25090e188

Authored by Victor Costa
1 parent 571c237b

oauth_client: fix omniauth-oauth2 version

See https://github.com/intridea/omniauth-oauth2/issues/81
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
plugins/oauth_client/Gemfile
1 1 gem 'omniauth', '~> 1.2.2'
2 2 gem 'omniauth-facebook', '~> 2.0.0'
3 3 gem "omniauth-google-oauth2", '~> 0.2.6'
  4 +gem "omniauth-oauth2", '~> 1.3.1'
... ...