Merge pull request #3950 from guilleiguaran/use-https-for-rubygems-in-apps

Use rubygems https endpoint for the Gemfile on new apps
This commit is contained in:
Piotr Sarnacki
2011-12-12 17:45:18 -08:00

View File

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