summaryrefslogtreecommitdiff
path: root/help
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 /help
parented3b83e31a16732f309eb470358bf06c1190b4f8 (diff)
use https sources in Gemfiles and also in the documentation (#4109)
Diffstat (limited to 'help')
-rw-r--r--help/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/Gemfile b/help/Gemfile
index 5e895e9..ad7d29b 100644
--- a/help/Gemfile
+++ b/help/Gemfile
@@ -1,4 +1,4 @@
-source "http://rubygems.org"
+source "https://rubygems.org"
eval(File.read(File.dirname(__FILE__) + '/../common_dependencies.rb'))
eval(File.read(File.dirname(__FILE__) + '/..//ui_dependencies.rb'))