summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-09-30 10:19:21 -0700
committerGitHub <noreply@github.com>2021-09-30 10:19:21 -0700
commit6a592e6e5d908197614cf076cede897c2a6a153c (patch)
tree7b7503fb99477281754c07549ce2980b7fff9369
parentc31cfa6d54ff3ae94bc1b6438a5b3ac21f6627a4 (diff)
parent092849d5a44f1cf93fbaf2c9e2a16ca08e64208b (diff)
downloadohai-6a592e6e5d908197614cf076cede897c2a6a153c.tar.gz
Merge pull request #1695 from chef/dependabot/bundler/chefstyle-2.1.0
Update chefstyle requirement from 2.0.9 to 2.1.0
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 92b3c789..71c0ec7c 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.0.9"
+ gem "chefstyle", "2.1.0"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"