summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-03-29 15:51:06 +0800
committerAndre Arko <andre@arko.net>2014-03-30 18:21:55 +0800
commit029dc28e3f1148c872c049eedd0e47196e7187a6 (patch)
treeb7e8b52733fb89c5fc0bf704a6c539e96c9c9cbc
parentcfac40df71ede29d70dc92c9c13827b85f9e3721 (diff)
downloadbundler-029dc28e3f1148c872c049eedd0e47196e7187a6.tar.gz
clone rubygems via https
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8aee228e0b..95f3469081 100644
--- a/Rakefile
+++ b/Rakefile
@@ -127,7 +127,7 @@ begin
task "clone_rubygems_#{rg}" do
unless File.directory?("tmp/rubygems")
- system("git clone git://github.com/rubygems/rubygems.git tmp/rubygems")
+ system("git clone https://github.com/rubygems/rubygems.git tmp/rubygems")
end
hash = nil