[Bundle] Always add simplecov as a coveralls dependency.
Showing
... | ... | @@ -18,6 +18,9 @@ group :development do |
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' | ||
gem "rake" | ||
gem 'coveralls', :require => false, :git => 'https://github.com/lemurheavy/coveralls-ruby.git' | ||
# Explicitly add this, otherwise it might sometimes be missing: | ||
# https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23. | ||
gem 'simplecov' | ||
end | ||
group :debugging do | ||
... | ... |
Please
register
or
sign in
to comment