fog--fog/gemfiles/Gemfile-edge

17 lines
447 B
Plaintext

source "https://rubygems.org"
# Shared components
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
gem "netrc", :require => false
gem "octokit", :require => false
gem "term-ansicolor", "1.3.2"
gem "rubocop", "< 0.57.2"
end
gemspec :path => "../"