Use HTTPS by default in new project Gemfiles. Closes #1372

This commit is contained in:
Thomas Reynolds 2014-10-12 09:38:14 -05:00
parent 49a7c1f3da
commit ddfa37faee
3 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,8 @@
master master
=== ===
* Update new project template Gemfile to use HTTPS by default. #1372
3.3.5 3.3.5
=== ===

View file

@ -1,6 +1,6 @@
# If you have OpenSSL installed, we recommend updating # If you do not have OpenSSL installed, update
# the following line to use "https" # the following line to use "http://" instead
source 'http://rubygems.org' source 'https://rubygems.org'
# Specify your gem's dependencies in <%= name %>.gemspec # Specify your gem's dependencies in <%= name %>.gemspec
gemspec gemspec

View file

@ -1,6 +1,6 @@
# If you have OpenSSL installed, we recommend updating # If you do not have OpenSSL installed, update
# the following line to use "https" # the following line to use "http://" instead
source 'http://rubygems.org' source 'https://rubygems.org'
gem "middleman", "~><%= Middleman::VERSION %>" gem "middleman", "~><%= Middleman::VERSION %>"