mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
16 lines
447 B
Text
16 lines
447 B
Text
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 => "../"
|