Skip to content

Commit 045758a

Browse files
dblockCopilot
andcommitted
Revert "Lock SimpleCov to < 1.1.0 to fix coveralls CI failure"
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3e431db commit 045758a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ group :development, :test do
1616
gem 'rubocop', '~> 1.89.0', require: false
1717
gem 'rubocop-minitest', require: false
1818
gem 'rubocop-rake', require: false
19-
# TODO: remove version constraint once coverallsapp/coverage-reporter supports float timestamps
20-
# https://github.com/coverallsapp/github-action/issues/269
21-
gem 'simplecov', '< 1.1.0', require: false
19+
gem 'simplecov', require: false
2220
gem 'simplecov-lcov', require: false
2321
end
2422

0 commit comments

Comments
 (0)