Use https for rubygems source in Gemfile

openid
Marcin Kulik 11 years ago
parent 7f8dc4ac88
commit 680f17ceda

@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'
gem 'rails', '~> 4.0.0'
gem 'protected_attributes', '~> 1.0.3'

@ -8,7 +8,7 @@ GIT
omniauth (~> 1.0)
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
actionmailer (4.0.0)
actionpack (= 4.0.0)

Loading…
Cancel
Save