Use rubygems https endpoint for the Gemfile on new apps

This commit is contained in:
Guillermo Iguaran
2011-12-12 12:37:37 -05:00
parent 2fdc3ab0f1
commit f8fa383531

View File

@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'
<%= rails_gemfile_entry -%>