2014-03-26 14:16:21 +00:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
|
|
|
# Shared components
|
2018-06-22 09:38:43 +01:00
|
|
|
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"
|
2014-03-26 14:16:21 +00:00
|
|
|
|
|
|
|
group :development, :test do
|
|
|
|
gem "coveralls", :require => false
|
2014-03-31 13:42:14 -05:00
|
|
|
gem "netrc", :require => false
|
|
|
|
gem "octokit", :require => false
|
2017-02-23 17:58:31 -03:00
|
|
|
gem "term-ansicolor", "1.3.2"
|
2018-06-21 17:45:57 +01:00
|
|
|
gem "rubocop", "< 0.57.2"
|
2014-03-26 14:16:21 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
gemspec :path => "../"
|