summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-11-17 10:44:19 -0800
committerGitHub <noreply@github.com>2020-11-17 10:44:19 -0800
commit1b3047c5826aba8fba731d1d7292b7ff918a2bc8 (patch)
tree5acec5dabf3ce611ab05063a5d0f925358ab8e55
parent76023f77db356b3a9cc3223c95344dfd663acff8 (diff)
parent6db7ae83c9b3933e0bd9db5b6b69b169b403ac02 (diff)
downloadmixlib-config-1b3047c5826aba8fba731d1d7292b7ff918a2bc8.tar.gz
Merge pull request #92 from chef/dependabot/bundler/chefstyle-1.5.2
Update chefstyle requirement from 1.5.0 to 1.5.2
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8def710..ccb5175 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,8 @@ group :docs do
end
group :test do
- gem "chefstyle", "1.5.0"
+ gem "parallel", "< 1.20" # remove this pin/dep when we drop ruby < 2.4
+ gem "chefstyle", "1.5.2"
gem "rake"
gem "rspec", "~> 3.0"
end