summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-02-16 07:46:43 -0800
committerGitHub <noreply@github.com>2021-02-16 07:46:43 -0800
commit6737ab3fade28fd03834e0e6581c09a08d3d1b97 (patch)
treed614d50e9f3717c126b55bc7a69085cc7bca72d9
parenta3e5e1f9fd515fb94d2b5d96ab1d32b16caef72d (diff)
parent333dad2a5e68e64a719f23b94725d9ad489418ae (diff)
downloadmixlib-config-6737ab3fade28fd03834e0e6581c09a08d3d1b97.tar.gz
Merge pull request #102 from chef/dependabot/bundler/chefstyle-1.7.1
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 864f16b..de833cf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "1.6.2"
+ gem "chefstyle", "1.7.1"
gem "rake"
gem "rspec", "~> 3.0"
end