Skip to content

Commit 0ffa627

Browse files
authoredMar 29, 2021
Update simplecov requirement from ~> 0.20.0 to ~> 0.21.2 (#58)
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/CHANGELOG.md) - [Commits](simplecov-ruby/simplecov@v0.20.0...v0.21.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 468908d commit 0ffa627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ gemspec
88
gem 'minitest', '~> 5.0'
99
gem 'rake', '~> 13.0'
1010
gem 'rubocop', '~> 1.11.0'
11-
gem 'simplecov', '~> 0.20.0', require: false # CodeClimate not compatible with 0.18+ yet - https://github.com/codeclimate/test-reporter/issues/413
11+
gem 'simplecov', '~> 0.21.2', require: false # CodeClimate not compatible with 0.18+ yet - https://github.com/codeclimate/test-reporter/issues/413
1212
gem 'simplecov-lcov', '< 0.8'

0 commit comments

Comments
 (0)
Please sign in to comment.