From da32177d47869f8ea40e10c1ac584edd16df37b9 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Fri, 22 Jun 2018 09:38:43 +0100 Subject: [PATCH] Update `Gemfile-edge` to use HTTPS URLs --- gemfiles/Gemfile-edge | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gemfiles/Gemfile-edge b/gemfiles/Gemfile-edge index 65f378db4..3aa14cddb 100644 --- a/gemfiles/Gemfile-edge +++ b/gemfiles/Gemfile-edge @@ -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