1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/Gemfile
Paul Thornthwaite ee091cc992 Changes to rely on fog-core
This references `fog-core` and removes the files it now contains.
2014-02-12 14:55:20 +00:00

9 lines
237 B
Ruby

source "https://rubygems.org"
group :development, :test do
# This is here because gemspec doesn't support require: false
gem 'coveralls', :require => false
end
gem "fog-core", :github => "fog/fog-core", :branch => "master"
gemspec