From af1896d6242a7c036fd30448a688a3d1c50382d5 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Fri, 14 Aug 2026 20:32:59 -0400 Subject: [PATCH] Revert "Lock SimpleCov to < 1.1.0 to fix coveralls CI failure" Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 87dcf51..189bc32 100644 --- a/Gemfile +++ b/Gemfile @@ -16,9 +16,7 @@ group :development, :test do gem 'rubocop', '~> 1.89.0', require: false gem 'rubocop-minitest', require: false gem 'rubocop-rake', require: false - # TODO: remove version constraint once coverallsapp/coverage-reporter supports float timestamps - # https://github.com/coverallsapp/github-action/issues/269 - gem 'simplecov', '< 1.1.0', require: false + gem 'simplecov', require: false gem 'simplecov-lcov', require: false end