diff options
author | Tim Smith <tsmith@chef.io> | 2018-11-14 13:56:32 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-11-14 13:56:32 -0800 |
commit | 64be24d721df8c62816de269d056c27f8cccab0b (patch) | |
tree | 4dc608ef833828993c05e90c6fe4ec255307d594 /Gemfile.lock | |
parent | b284af8cc031e6997de24ebe393d5cec83e7e1e9 (diff) | |
download | chef-64be24d721df8c62816de269d056c27f8cccab0b.tar.gz |
Update Cheffish to 14.0.4
This fixes a bug in the private_key resource which was failing tests in appveyor due to a openssl / ruby bump that occured there.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 38279eff90..50562c28c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ GEM mixlib-log (~> 2.0) rack (~> 2.0) uuidtools (~> 2.1) - cheffish (14.0.1) + cheffish (14.0.4) chef-zero (~> 14.0) net-ssh coderay (1.1.2) |