Commit
09fe0be743185626e86553f7c5626ba25090e188
Exists in
staging
and in
15 other branches
api-homepage, api_visitor, caching-rails4, comment_paragraph_api, comments_api_reply, environment-api, export-comment-paragraph, fix_multitenancy, fix_profile_wall, fix_string_downcase_and_upcase, fix_upload_files_on_development_environment, json_cookie_serializer, master, new_security, production
oauth_client: fix omniauth-oauth2 version
See https://github.com/intridea/omniauth-oauth2/issues/81
1
| gem 'omniauth', '~> 1.2.2' |
1
| gem 'omniauth', '~> 1.2.2' |
2
| gem 'omniauth-facebook', '~> 2.0.0' |
2
| gem 'omniauth-facebook', '~> 2.0.0' |
3
| gem "omniauth-google-oauth2", '~> 0.2.6' |
3
| gem "omniauth-google-oauth2", '~> 0.2.6' |
| |
4
| +gem "omniauth-oauth2", '~> 1.3.1' |