summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-30 11:57:34 -0800
committerGitHub <noreply@github.com>2020-12-30 11:57:34 -0800
commit112aee9d8378e944f132949e9cdffacc5dd02f12 (patch)
treec632e909d6145f018e8e2ffccf27851d90036fff
parent58a434f29910cc164efc8841e11a353fc15f76b2 (diff)
downloadmixlib-config-112aee9d8378e944f132949e9cdffacc5dd02f12.tar.gz
Remove parallel pin now that it supports Ruby 2.4 again
We no longer need to pin this Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 13f28e2..f52ba7d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,6 @@ 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.9"
gem "rake"
gem "rspec", "~> 3.0"