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

remove_hooks
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
===
* Update new project template Gemfile to use HTTPS by default. #1372
3.3.5
===

View File

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

View File

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