mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
14 lines
362 B
Text
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 => "../"
|