Skip to content

Commit

Permalink
Fix NoMethodError undefined method 'coverage'
Browse files Browse the repository at this point in the history
This is a fix for #1254
As mentioned in coveralls-ruby issue: lemurheavy/coveralls-ruby#161, using coveralls-ruby-rebon should fix the problem.
  • Loading branch information
Maroo-b committed Mar 27, 2021
1 parent 14d0dd7 commit 91fe134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -18,7 +18,7 @@ group :lint, :development do
end

group :test, :development do
gem 'coveralls', require: false
gem 'coveralls_reborn', '~> 0.21.0', require: false
gem 'em-http-request', '>= 1.1', require: 'em-http'
gem 'em-synchrony', '>= 1.0.3', require: %w[em-synchrony em-synchrony/em-http]
gem 'excon', '>= 0.27.4'
Expand Down

0 comments on commit 91fe134

Please sign in to comment.