summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-10-28 15:31:41 -0700
committerGitHub <noreply@github.com>2021-10-28 15:31:41 -0700
commite1f79e7ef49b4aab8b2d1fda96fae06f349d4821 (patch)
treea3055e39c8ae6705f2b56dca903dc896b1a421bf
parentbf0d31512c3a54658e94c93cd5915122b47a516b (diff)
parenta2e98b656aee4f139b346ce1c8a91ed2784b74d3 (diff)
downloadohai-e1f79e7ef49b4aab8b2d1fda96fae06f349d4821.tar.gz
Merge pull request #1704 from chef/dependabot/bundler/chefstyle-2.1.2
Update chefstyle requirement from 2.1.1 to 2.1.2
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 574e0bf4..32365a93 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.1"
+ gem "chefstyle", "2.1.2"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"