summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-16 11:22:54 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-16 11:22:54 -0800
commite74714f942ddbab0f205ba707d738c37572a318c (patch)
tree3c86122291392f8646153e8b2a97d85ca127440f
parent07e02c96420acff5073e0585d516a75b909e34ae (diff)
downloadmixlib-shellout-e74714f942ddbab0f205ba707d738c37572a318c.tar.gz
Update Chefstyle to 1.5.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 f1e898f..a5f5274 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gemspec name: "mixlib-shellout"
gem "parallel", "< 1.20" # pin until we drop ruby < 2.4
group :test do
- gem "chefstyle", "1.2.0"
+ gem "chefstyle", "1.5.1"
gem "rake"
gem "rspec", "~> 3.0"
end