summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-19 14:17:01 +0000
committerGitHub <noreply@github.com>2022-01-19 14:17:01 +0000
commitf8090d2162194360aaef534427201a44feb9ede2 (patch)
tree69fa8fe81024fc582ef904a46a39999816e174ea
parent07d0e9709615bf4dc6f84477e5a6b4509e62a7b0 (diff)
downloadohai-dependabot/bundler/chefstyle-2.2.1.tar.gz
Update chefstyle requirement from 2.2.0 to 2.2.1dependabot/bundler/chefstyle-2.2.1
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](https://github.com/chef/chefstyle/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d6c15f9a..24b0a0fa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ gem "chef-utils", git: "https://github.com/chef/chef", branch: "main", glob: "ch
# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do
- gem "chefstyle", "2.2.0"
+ gem "chefstyle", "2.2.1"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"