mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update chefstyle requirement from ~> 1.5.7 to ~> 1.7.1
Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Release notes](https://github.com/chef/chefstyle/releases) - [Changelog](https://github.com/chef/chefstyle/blob/master/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v1.5.7...v1.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
5f07181a00
commit
1581faf612
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -28,7 +28,7 @@ group :omnibus do
|
|||
end
|
||||
|
||||
group :test do
|
||||
gem "chefstyle", "~> 1.5.7"
|
||||
gem "chefstyle", "~> 1.7.1"
|
||||
gem "concurrent-ruby", "~> 1.0"
|
||||
gem "html-proofer", platforms: :ruby # do not attempt to run proofer on windows
|
||||
gem "json_schemer", ">= 0.2.1", "< 0.2.18"
|
||||
|
|
Loading…
Reference in a new issue