summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-11-16 08:36:47 -0800
committerGitHub <noreply@github.com>2021-11-16 08:36:47 -0800
commit7d45d76d1f06db5e9e8a8eb1a70192e6ee615c23 (patch)
tree74fbbc5a035dfb0626b632f5813f89c9596e6af8
parentd4b80519b7dc806025d0e2e217ead25e681f1601 (diff)
parentb10c8b43347ee88a89d74e6468bf9833233e600e (diff)
downloadohai-7d45d76d1f06db5e9e8a8eb1a70192e6ee615c23.tar.gz
Merge pull request #1717 from chef/dependabot/bundler/chefstyle-2.1.3
Update chefstyle requirement from 2.1.2 to 2.1.3
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 53220a94..30773f1f 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.2"
+ gem "chefstyle", "2.1.3"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"