Update simplecov requirement from ~> 0.21.2 to ~> 0.22.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.21.2...v0.22.0)

---
updated-dependencies:
- dependency-name: simplecov
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-03 12:38:12 +00:00 committed by GitHub
parent 64f7185bdc
commit 9de7ef1635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ gemspec
gem 'rake', require: false
group :test do
gem 'simplecov', '~> 0.21.2'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-html', '~> 0.12.3'
gem 'simplecov-lcov', '~> 0.8.0'
gem 'pry'