mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
11 lines
220 B
Text
11 lines
220 B
Text
source "https://rubygems.org"
|
|
|
|
gem "nokogiri", "1.6.8.1"
|
|
|
|
group :development, :test do
|
|
gem "coveralls", :require => false
|
|
gem "netrc", :require => false
|
|
gem "octokit", :require => false
|
|
end
|
|
|
|
gemspec :path => "../"
|