Skip to content

Commit

Permalink
Update chefstyle requirement from 2.0.9 to 2.1.0 (#1805)
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/main/CHANGELOG.md)
- [Commits](chef/chefstyle@v2.0.9...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
dependabot[bot] and damacus committed Oct 2, 2021
1 parent 8e3ef60 commit 397b5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -17,5 +17,5 @@ group :debug do
end

group :chefstyle do
gem "chefstyle", "2.0.9"
gem "chefstyle", "2.1.0"
end

0 comments on commit 397b5de

Please sign in to comment.