Skip to content

Commit

Permalink
Update simplecov requirement from ~> 0.17.1 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.17.1...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] committed Jul 26, 2023
1 parent e1f5ffa commit a866fb0
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 @@ -6,7 +6,7 @@ group :extra do
end

group :development do
gem 'simplecov', '~> 0.17.1'
gem 'simplecov', '~> 0.22.0'
gem 'ruby-prof', :platforms => :ruby
end

Expand Down

0 comments on commit a866fb0

Please sign in to comment.