Skip to content

Commit

Permalink
Update chefstyle requirement from 2.1.3 to 2.2.0
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.1.3...v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2022
1 parent cd30a81 commit 2094073
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 @@ -10,7 +10,7 @@ if Gem.ruby_version.to_s.start_with?("2.5")
end

group :development do
gem "chefstyle", "2.1.3"
gem "chefstyle", "2.2.0"
gem "m"
gem "bundler"
gem "byebug"
Expand Down

0 comments on commit 2094073

Please sign in to comment.