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 4128a43b9e Remove edge check for fog-brightbox
Pulling too many remote sources from all the providers will make this
check very unstable. We should assume that we are only dealing with
released gems.
2014-07-16 09:12:03 +01:00

14 lines
362 B
Text

source "https://rubygems.org"
# 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
gem "netrc", :require => false
gem "octokit", :require => false
end
gemspec :path => "../"