summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-04-21 17:34:40 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-04-21 17:34:40 -0700
commit46af049bd69100056794525b48f3471079ecff2a (patch)
tree949fc9abed2ddeed40e7a830e79a3bf8e1c69558
parenta155c8bd65ee04d2afbf144b91902c6ba5658b47 (diff)
downloadchef-46af049bd69100056794525b48f3471079ecff2a.tar.gz
Lock cheffish to 17
We don't support <= 16 due to removal of the ChefFS parallelizer Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 25b2b974e4..d90f60de52 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,7 +20,7 @@ else
gem "chef-bin" # rubocop:disable Bundler/DuplicatedGem
end
-gem "cheffish", ">= 14"
+gem "cheffish", ">= 17"
gem "chef-telemetry", ">=1.0.8" # 1.0.8 removes the http dep