Skip to content

Commit

Permalink
Update chefstyle requirement from 1.7.5 to 2.1.1
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@v1.7.5...v2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 25, 2021
1 parent e5a8d0f commit f349c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ group :test do
gem "rspec-mocks"
gem "rspec_junit_formatter"
gem "fog-core"
gem "chefstyle", "1.7.5"
gem "chefstyle", "2.1.1"
end

0 comments on commit f349c65

Please sign in to comment.