summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2022-02-18 09:19:30 -0800
committerGitHub <noreply@github.com>2022-02-18 09:19:30 -0800
commit5425a5daa1c94198bd53ed53d9e588bb005ae42d (patch)
tree1985007aff68552cf03d62eef4b1d941b7771ce2
parentdbcf8aa71b7e82b93597c48b5e06f0a001ff5048 (diff)
parent594372d3a48ccea6d2eddd173bc1281f314f0f09 (diff)
downloadohai-5425a5daa1c94198bd53ed53d9e588bb005ae42d.tar.gz
Merge pull request #1737 from chef/dependabot/bundler/chefstyle-2.2.2
Update chefstyle requirement from 2.2.1 to 2.2.2
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 24b0a0fa..90e95e79 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.1"
+ gem "chefstyle", "2.2.2"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"