summaryrefslogtreecommitdiff
path: root/certs
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-10-18 13:12:50 +0200
committerAzul <azul@leap.se>2013-10-18 13:12:50 +0200
commit936015afe051c82d5677601f7f58944ed42b4623 (patch)
treec683c8acef256d7825ceab2cb24a2c530f98ec66 /certs
parented3b83e31a16732f309eb470358bf06c1190b4f8 (diff)
use https sources in Gemfiles and also in the documentation (#4109)
Diffstat (limited to 'certs')
-rw-r--r--certs/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/Gemfile b/certs/Gemfile
index 951d1b7..992f236 100644
--- a/certs/Gemfile
+++ b/certs/Gemfile
@@ -1,4 +1,4 @@
-source "http://rubygems.org"
+source "https://rubygems.org"
eval(File.read(File.dirname(__FILE__) + '/../common_dependencies.rb'))