1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

add coveralls to Gemfile.1.8.7

This commit is contained in:
geemus 2013-07-19 13:56:47 -05:00
parent c2113eecda
commit b9f1659ebd

View file

@ -2,4 +2,9 @@ source "https://rubygems.org"
gem 'nokogiri', '~>1.5.0'
group :development, :test do
# This is here because gemspec doesn't support require: false
gem 'coveralls', :require => false
end
gemspec