Update simplecov requirement from ~> 0.18.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.18.0...v0.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-17 23:12:56 +00:00 committed by GitHub
parent 95aee85816
commit c395b289b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop-performance', '~> 1.7.0'
spec.add_development_dependency 'rubocop-rspec', '~> 1.27'
spec.add_development_dependency 'rubygems-tasks', '~> 0'
spec.add_development_dependency 'simplecov', '~> 0.18.0'
spec.add_development_dependency 'simplecov', '~> 0.19.0'
end
# rubocop:enable Metrics/BlockLength