1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/gemfiles/Gemfile-edge
Paul Thornthwaite 6031c549e6 Test the latest edge version of fog and parts
This uses git references to test fog against the latest repos for
extracted parts such as core and providers.
2014-03-26 14:21:06 +00:00

15 lines
375 B
Text

source "https://rubygems.org"
# Embedded provider gems
gem "fog-brightbox", :path => "../providers/brightbox"
# Shared components
gem "fog-core", :github => "fog/fog-core"
gem "fog-json", :github => "fog/fog-json"
group :development, :test do
# This is here because gemspec doesn"t support require: false
gem "coveralls", :require => false
end
gemspec :path => "../"