mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update simplecov requirement from ~> 0.10, <= 0.18.2 to ~> 0.18
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.10.0...v0.18.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
4279ba326d
commit
6785c76d8a
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -37,7 +37,7 @@ group :test do
|
|||
gem "pry", "~> 0.10"
|
||||
gem "rake", ">= 10"
|
||||
gem "ruby-progressbar", "~> 1.8"
|
||||
gem "simplecov", ["~> 0.10", "<=0.18.2"]
|
||||
gem "simplecov", "~> 0.18"
|
||||
gem "webmock", "~> 3.0"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue