From 3943dcd1806491197ab702cec69dd249afb69f1f Mon Sep 17 00:00:00 2001 From: normal Date: Sat, 28 Jul 2018 03:34:30 +0000 Subject: use https:// instead of git:// when possible Avoid MitM when downloading from insecure networks. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 89777fe161..858fbb8047 100644 --- a/common.mk +++ b/common.mk @@ -43,11 +43,11 @@ GEM_VENDOR = BENCHMARK_DRIVER_GIT_URL = https://github.com/benchmark-driver/benchmark-driver BENCHMARK_DRIVER_GIT_REF = v0.14.6 -SIMPLECOV_GIT_URL = git://github.com/colszowka/simplecov.git +SIMPLECOV_GIT_URL = https://github.com/colszowka/simplecov.git SIMPLECOV_GIT_REF = v0.15.0 -SIMPLECOV_HTML_GIT_URL = git://github.com/colszowka/simplecov-html.git +SIMPLECOV_HTML_GIT_URL = https://github.com/colszowka/simplecov-html.git SIMPLECOV_HTML_GIT_REF = v0.10.2 -DOCLIE_GIT_URL = git://github.com/ms-ati/docile.git +DOCLIE_GIT_URL = https://github.com/ms-ati/docile.git DOCLIE_GIT_REF = v1.1.5 STATIC_RUBY = static-ruby -- cgit v1.2.3