Skip to content

Commit

Permalink
Update chefstyle requirement from = 2.2.2 to = 2.2.3 (#113)
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.
- [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md)
- [Commits](chef/chefstyle@v2.2.2...v2.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 362b6ed commit 55c59e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-digitalocean.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "coveralls", "~> 0.8"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.8"
spec.add_development_dependency "chefstyle", "= 2.2.2"
spec.add_development_dependency "chefstyle", "= 2.2.3"
spec.add_development_dependency "simplecov", "~> 0.9"
spec.add_development_dependency "simplecov-console", "~> 0.2"
spec.add_development_dependency "webmock", "~> 3.5"
Expand Down

0 comments on commit 55c59e0

Please sign in to comment.