Update `Gemfile-edge` to use HTTPS URLs

This commit is contained in:
Paul Thornthwaite 2018-06-22 09:38:43 +01:00
parent 05450fea14
commit da32177d47
No known key found for this signature in database
GPG Key ID: 30DD669AB20732D2
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
source "https://rubygems.org"
# Shared components
gem "fog-core", :github => "fog/fog-core"
gem "fog-json", :github => "fog/fog-json"
gem "fog-xml", :github => "fog/fog-xml"
gem "fog-core", :git => "https://github.com/fog/fog-core"
gem "fog-json", :git => "https://github.com/fog/fog-json"
gem "fog-xml", :git => "https://github.com/fog/fog-xml"
group :development, :test do
gem "coveralls", :require => false