Skip to content

Commit ea48ce2

Browse files
Update simplecov-lcov requirement from < 0.8 to < 0.9 (#66)
Updates the requirements on [simplecov-lcov](https://github.com/fortissimo1997/simplecov-lcov) to permit the latest version. - [Release notes](https://github.com/fortissimo1997/simplecov-lcov/releases) - [Commits](fortissimo1997/simplecov-lcov@v0.1.0...v0.8.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae92ab0 commit ea48ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem 'minitest', '~> 5.0'
99
gem 'rake', '~> 13.0'
1010
gem 'rubocop', '~> 1.17.0'
1111
gem 'simplecov', '~> 0.21.2', require: false # CodeClimate not compatible with 0.18+ yet - https://github.com/codeclimate/test-reporter/issues/413
12-
gem 'simplecov-lcov', '< 0.8'
12+
gem 'simplecov-lcov', '< 0.9'

0 commit comments

Comments
 (0)