summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-30 11:55:15 -0800
committerGitHub <noreply@github.com>2020-12-30 11:55:15 -0800
commit72803931fd0e3880a64a99f49a635a034f92d108 (patch)
tree0db69795a1c18d5415ecf63eff00f588877af0ce
parente7f3857228f731037f20b92f524fa106d6b2d121 (diff)
parent32e1c5859cf1abbfca59fcd9d959c26bd339db78 (diff)
downloadmixlib-config-72803931fd0e3880a64a99f49a635a034f92d108.tar.gz
Merge pull request #97 from chef/dependabot/bundler/chefstyle-1.5.9
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 7d395a9..13f28e2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ end
group :test do
gem "parallel", "< 1.20" # remove this pin/dep when we drop ruby < 2.4
- gem "chefstyle", "1.5.8"
+ gem "chefstyle", "1.5.9"
gem "rake"
gem "rspec", "~> 3.0"
end