diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2021-04-21 17:34:40 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2021-04-21 17:34:40 -0700 |
commit | 46af049bd69100056794525b48f3471079ecff2a (patch) | |
tree | 949fc9abed2ddeed40e7a830e79a3bf8e1c69558 /Gemfile | |
parent | a155c8bd65ee04d2afbf144b91902c6ba5658b47 (diff) | |
download | chef-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>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |