mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update Gemfile-edge
to use HTTPS URLs
This commit is contained in:
parent
05450fea14
commit
da32177d47
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue