From fa5c13a076eb03d2e43fa7033dd0fed4b5d2aac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 05:35:25 +0000 Subject: [PATCH] Update simplecov requirement from ~> 0.17.0 to ~> 0.19.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/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.17.0...v0.19.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3532602..7cd28e0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gemspec gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' gem 'rubocop', '~> 0.89.1' -gem 'simplecov', '~> 0.17.0', require: false # CodeClimate not compatible with 0.18+ yet - https://github.com/codeclimate/test-reporter/issues/413 +gem 'simplecov', '~> 0.19.0', require: false # CodeClimate not compatible with 0.18+ yet - https://github.com/codeclimate/test-reporter/issues/413 gem 'simplecov-lcov', '< 0.8'