summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-26 08:42:29 -0700
committerGitHub <noreply@github.com>2021-07-26 08:42:29 -0700
commit9cc86d4b8c66a4532effd0d3ef14c613e54f7bfc (patch)
tree49ed9e5551cbec64b241ca754a3c7d0a95d76e7a
parentc77e94845d18c03db5930517d1d55fac25d29a2b (diff)
parentac93c19da0d34bfba80c22d989f3b384c87f6a98 (diff)
downloadohai-9cc86d4b8c66a4532effd0d3ef14c613e54f7bfc.tar.gz
Merge pull request #1683 from chef/dependabot/bundler/chefstyle-2.0.7
Update chefstyle requirement from 2.0.6 to 2.0.7
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f62f2f27..d11247b9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ gem "chef-utils", git: "https://github.com/chef/chef", branch: "master", glob: "
# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do
- gem "chefstyle", "2.0.6"
+ gem "chefstyle", "2.0.7"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"