From 85926aff6e7a28c8ab3f73465e325ad6279443bf Mon Sep 17 00:00:00 2001 From: Marouen Bousnina Date: Sat, 27 Mar 2021 18:56:26 +0200 Subject: [PATCH] Fix NoMethodError undefined method 'coverage' This is a fix for https://github.com/lostisland/faraday/issues/1254 As mentioned in coveralls-ruby issue: https://github.com/lemurheavy/coveralls-ruby/issues/161, using coveralls-ruby-rebon should fix the problem. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7b2143c6d..92e6e3933 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :lint, :development do end group :test, :development do - gem 'coveralls', require: false + gem 'coveralls_reborn', 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'