[Bundle] Always add simplecov as a coveralls dependency.
Showing
... | @@ -18,6 +18,9 @@ group :development do | ... | @@ -18,6 +18,9 @@ group :development do |
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' | gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' | ||
gem "rake" | gem "rake" | ||
gem 'coveralls', :require => false, :git => 'https://github.com/lemurheavy/coveralls-ruby.git' | 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 | end | ||
group :debugging do | group :debugging do | ||
... | ... |
Please
register
or
sign in
to comment