Skip to content

Commit

Permalink
Update chefstyle requirement from = 2.0.5 to = 2.0.7
Browse files Browse the repository at this point in the history
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](chef/chefstyle@v2.0.5...v2.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 26, 2021
1 parent 6a5e8f8 commit 3f4acc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-dsc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Gem::Specification.new do |s|
# style and complexity libraries are tightly version pinned as newer releases
# may introduce new and undesireable style choices which would be immediately
# enforced in CI
s.add_development_dependency "chefstyle", "2.0.5"
s.add_development_dependency "chefstyle", "2.0.7"
s.add_development_dependency "cane", "3.0.0"
end

0 comments on commit 3f4acc1

Please sign in to comment.