summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-08-27 09:41:27 -0700
committerGitHub <noreply@github.com>2021-08-27 09:41:27 -0700
commit01798e7c15201c0d71eef1098dd57e51e5ee3010 (patch)
tree556fbefa7cc615c006f24281809f3986f841201a
parent083fc5c40683d010cbd48a527fc4fa7c839902b8 (diff)
parentd7b28f39f6ef17ba20d2cc0ddbdb62e40b02d8bd (diff)
downloadohai-01798e7c15201c0d71eef1098dd57e51e5ee3010.tar.gz
Merge pull request #1692 from chef/dependabot/bundler/chefstyle-2.0.9
Update chefstyle requirement from 2.0.8 to 2.0.9
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 77bb7bd5..92b3c789 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.8"
+ gem "chefstyle", "2.0.9"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"