Commit
09fe0be743185626e86553f7c5626ba25090e188
Exists in
master
and in
15 other branches
add_member_task_reject_details, admin_visible_profile, community_notifications, fix_rails4_organization_ratings, fix_sign_up_form, follow_step_fix, forum_topic_creation, new_security, organization_ratings_improvements, profile_api_improvements, ratings_minor_fixes, send_email_to_admins, stable-spb-1.4, stable-spb-1.5, web_steps_improvements
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' |