summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2013-03-06 17:55:11 +0100
committerSytse Sijbrandij <sytses@gmail.com>2013-03-06 17:55:11 +0100
commitbcaf3c2c3e7707f85cdb81d6c5748db7bf746ef1 (patch)
tree039acee1d99c9286d2d946c405bec808482493db /Gemfile
parent5b4032d1759f6ac666fd102a7eed689c8dc110ea (diff)
downloadgitlab-ce-bcaf3c2c3e7707f85cdb81d6c5748db7bf746ef1.tar.gz
Use secure protocol
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 41d8619db0b..4cc747061c1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
-source "http://rubygems.org"
+source "https://rubygems.org"
def darwin_only(require_as)
RUBY_PLATFORM.include?('darwin') && require_as