From f326d8aa564b307ff91cb6931a3a3d9208c8fa88 Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Mon, 24 Feb 2020 13:48:49 -0500 Subject: [PATCH] Avoid simplecov 0.18.3, as it has a NameError bug Signed-off-by: Clinton Wolfe --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1105cc59d..9993216b0 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :test do gem "minitest", "~> 5.5" gem "minitest-sprint", "~> 1.0" gem "rake", ">= 10" - gem "simplecov", "~> 0.10" + gem "simplecov", ["~> 0.10", "<=0.18.2"] gem "concurrent-ruby", "~> 1.0" gem "mocha", "~> 1.1" gem "ruby-progressbar", "~> 1.8"