Skip to content

Commit

Permalink
Update simplecov requirement from ~> 0.21.2 to ~> 0.22.0
Browse files Browse the repository at this point in the history
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](simplecov-ruby/simplecov@v0.21.2...v0.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2022
1 parent a6ddca0 commit d89bf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skylight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.7"
spec.add_development_dependency "rspec-collection_matchers", "~> 1.1"
spec.add_development_dependency "rubocop", "~> 1.31.0"
spec.add_development_dependency "simplecov", "~> 0.21.2"
spec.add_development_dependency "simplecov", "~> 0.22.0"
spec.add_development_dependency "timecop", "~> 0.9"
spec.add_development_dependency "webmock"

Expand Down

0 comments on commit d89bf20

Please sign in to comment.