summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-17 10:43:50 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-17 10:43:50 -0800
commit6db7ae83c9b3933e0bd9db5b6b69b169b403ac02 (patch)
tree5acec5dabf3ce611ab05063a5d0f925358ab8e55 /Gemfile
parentd00fc4ad4286df98389e8781c7404679bca53564 (diff)
downloadmixlib-config-6db7ae83c9b3933e0bd9db5b6b69b169b403ac02.tar.gz
Pin parallel for Chefstyle on Ruby 2.4
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c4ace1a..ccb5175 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,6 +9,7 @@ group :docs do
end
group :test do
+ 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"