Skip to content

Commit

Permalink
Update chefstyle requirement from 2.2.2 to 2.2.3
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent ca49954 commit 60a6e34
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 @@ -19,7 +19,7 @@ source "https://rubygems.org"
gemspec

group :development do
gem "chefstyle", "2.2.2"
gem "chefstyle", "2.2.3"
gem "rake", ">= 10.1.0"
gem "rspec", "~> 3.0"
gem "simplecov"
Expand Down

0 comments on commit 60a6e34

Please sign in to comment.