diff options
author | Azul <azul@leap.se> | 2013-10-18 13:12:50 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-10-18 13:12:50 +0200 |
commit | 936015afe051c82d5677601f7f58944ed42b4623 (patch) | |
tree | c683c8acef256d7825ceab2cb24a2c530f98ec66 /billing | |
parent | ed3b83e31a16732f309eb470358bf06c1190b4f8 (diff) |
use https sources in Gemfiles and also in the documentation (#4109)
Diffstat (limited to 'billing')
-rw-r--r-- | billing/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/Gemfile b/billing/Gemfile index 68ea51b..30e9669 100644 --- a/billing/Gemfile +++ b/billing/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')) |