From ba72b512be2a60c66097e6278fb1f0b30ac5d8fc Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Thu, 23 Jun 2022 15:09:06 +0200 Subject: [PATCH] add minitest-reporters --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9c4f2af8..e0c4e9bf 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ if File.file? File.expand_path './.enable_test', __dir__ gem 'bullet' end group :test do - gem 'ci_reporter_minitest' + gem 'minitest-reporters' gem 'simplecov-cobertura' if ENV['COVERAGE_COBERTURA'] gem 'timecop' end