Skip to content

Commit 210d8c4

Browse files
Update simplecov requirement from < 1.1.0 to < 1.2.0
Updates the requirements on [simplecov](https://github.com/simplecov-ruby/simplecov) to permit the latest version. - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/docs/Changelog.md) - [Commits](simplecov-ruby/simplecov@v0.0.2...v1.1.0) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e431db commit 210d8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :development, :test do
1818
gem 'rubocop-rake', require: false
1919
# TODO: remove version constraint once coverallsapp/coverage-reporter supports float timestamps
2020
# https://github.com/coverallsapp/github-action/issues/269
21-
gem 'simplecov', '< 1.1.0', require: false
21+
gem 'simplecov', '< 1.2.0', require: false
2222
gem 'simplecov-lcov', require: false
2323
end
2424

0 commit comments

Comments
 (0)