diff options
author | Azul <azul@leap.se> | 2013-10-28 08:53:08 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-10-28 08:53:08 +0100 |
commit | 630b6c603594df8a9fa99555928ca68df8e8d8fa (patch) | |
tree | 3ca6f34a3cb713d02e30748e86acf81655694df6 /Gemfile | |
parent | 7abdb17fef4c48dc62621cb10062f14379039cdf (diff) | |
parent | 12f3d31e14fed756e909c8a656b00f92a9a62234 (diff) |
Merge branch 'feature/4109-https-sources' into develop
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,4 +29,4 @@ group :test do end # unreleased so far ... but leap_web_certs need it -gem 'certificate_authority', :git => 'git://github.com/cchandler/certificate_authority.git' +gem 'certificate_authority', :git => 'https://github.com/cchandler/certificate_authority.git' |