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:
parent
c2113eecda
commit
b9f1659ebd
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue