Skip to content

Commit

Permalink
Update simplecov requirement from ~> 0.21.0 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.0...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 6576157 commit 667af7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ group :developmend do
gem 'rake'
gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.40.0'
gem 'simplecov', '~> 0.21.0'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura', '~> 2.1.0'
end

0 comments on commit 667af7c

Please sign in to comment.