summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2022-01-06 07:40:12 -0800
committerGitHub <noreply@github.com>2022-01-06 07:40:12 -0800
commit16f5f7f4426b4454f70a7451e3ee4a6d84b39d2a (patch)
tree6b33e135b657d7e90e32a16cd1a3a931ebb78032
parente86d186661a599703fe929497b33c5f7a3257d49 (diff)
parentfc48360746fa102f1c46ed1aee82896d94a3d4a3 (diff)
downloadohai-16f5f7f4426b4454f70a7451e3ee4a6d84b39d2a.tar.gz
Merge pull request #1725 from chef/dependabot/bundler/chefstyle-2.2.0
Update chefstyle requirement from 2.1.3 to 2.2.0
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 54d229b9..bb118f37 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.1.3"
+ gem "chefstyle", "2.2.0"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"