Use HTTPS by default in new project Gemfiles. Closes #1372
This commit is contained in:
parent
49a7c1f3da
commit
ddfa37faee
3 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,8 @@
|
||||||
master
|
master
|
||||||
===
|
===
|
||||||
|
|
||||||
|
* Update new project template Gemfile to use HTTPS by default. #1372
|
||||||
|
|
||||||
3.3.5
|
3.3.5
|
||||||
===
|
===
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 %>"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue