From f797016f1e2abf593d80eca449ee25326b6d59d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 04:48:48 +0000 Subject: [PATCH] Update simplecov requirement from >= 0.18.1, < 0.20.0 to >= 0.18.1, < 0.21.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.18.1...v0.18.5) Signed-off-by: dependabot-preview[bot] --- coveralls-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coveralls-ruby.gemspec b/coveralls-ruby.gemspec index 88e54d33..7a1bcda1 100644 --- a/coveralls-ruby.gemspec +++ b/coveralls-ruby.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |gem| gem.required_ruby_version = '>= 2.4' - gem.add_dependency 'simplecov', '>= 0.18.1', '< 0.20.0' + gem.add_dependency 'simplecov', '>= 0.18.1', '< 0.21.0' gem.add_dependency 'term-ansicolor', '~> 1.6' gem.add_dependency 'thor', '>= 0.20.3', '< 2.0' gem.add_dependency 'tins', '~> 1.16'