diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2013-03-06 17:55:11 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2013-03-06 17:55:11 +0100 |
commit | bcaf3c2c3e7707f85cdb81d6c5748db7bf746ef1 (patch) | |
tree | 039acee1d99c9286d2d946c405bec808482493db /Gemfile | |
parent | 5b4032d1759f6ac666fd102a7eed689c8dc110ea (diff) | |
download | gitlab-ce-bcaf3c2c3e7707f85cdb81d6c5748db7bf746ef1.tar.gz |
Use secure protocol
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -source "http://rubygems.org" +source "https://rubygems.org" def darwin_only(require_as) RUBY_PLATFORM.include?('darwin') && require_as |