From bcaf3c2c3e7707f85cdb81d6c5748db7bf746ef1 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Wed, 6 Mar 2013 17:55:11 +0100 Subject: [PATCH] Use secure protocol --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab