Commit
05592804c3791ee5d8e1c34f16c0ea6ed9cc0ca0
Exists in
master
and in
22 other branches
angular_poc, api-article-archived, article-readonly, backup-7-jan-2016, captcha_serpro_plugin, content-manager-hostspot, export-comment-paragraph, fix_event_date_issue, login-captcha, master_rails3, new_video_plugin, pg_search_rank, production, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, resend_confirmation_email, staging, staging_rails3, tasks_keep_filter_params, theme-brasil-digital-from-staging, travis
Upading Gemfile to use https since http is deprecated
1
| -source :rubygems |
1
| +source "https://rubygems.org" |
2
| |
2
| |
3
| gem 'exception_notification', '1.0.20090728' |
3
| gem 'exception_notification', '1.0.20090728' |
4
| gem 'system_timer' |
4
| gem 'system_timer' |
1
| GEM |
1
| GEM |
2
| - remote: http://rubygems.org/ |
2
| + remote: https://rubygems.org/ |
3
| specs: |
3
| specs: |
4
| builder (3.1.4) |
4
| builder (3.1.4) |
5
| capybara (1.1.1) |
5
| capybara (1.1.1) |