Commit 05592804c3791ee5d8e1c34f16c0ea6ed9cc0ca0

Authored by Rodrigo Souto
1 parent 527ee379

Upading Gemfile to use https since http is deprecated

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
Gemfile
1   -source :rubygems
  1 +source "https://rubygems.org"
2 2  
3 3 gem 'exception_notification', '1.0.20090728'
4 4 gem 'system_timer'
... ...
Gemfile.lock
1 1 GEM
2   - remote: http://rubygems.org/
  2 + remote: https://rubygems.org/
3 3 specs:
4 4 builder (3.1.4)
5 5 capybara (1.1.1)
... ...