From 39e67e884c0601aa7cea3bee341c871e0be6f01b Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:28:08 +0200 Subject: [PATCH] Bump `simplecov` (#316) This was present all the way back when the gem was extracted but I don't think this is actually needed here. For RuboCop, it was fixed here: https://github.com/rubocop/rubocop/pull/13071 --- Gemfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 19e3b481..d4ba2533 100644 --- a/Gemfile +++ b/Gemfile @@ -15,10 +15,7 @@ gem 'prism', '>= 0.28.0' gem 'racc' gem 'rake', '~> 13.0' gem 'rspec', '~> 3.7' -# Workaround for cc-test-reporter with SimpleCov 0.18. -# Stop upgrading SimpleCov until the following issue will be resolved. -# https://github.com/codeclimate/test-reporter/issues/418 -gem 'simplecov', '~> 0.10', '< 0.18' +gem 'simplecov', '~> 0.20' if ENV.fetch('RUBOCOP_VERSION', nil) == 'none' # Set this way on CI