diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-30 11:06:04 -0700 |
---|---|---|
committer | Mark Anderson <mark@chef.io> | 2019-05-03 19:19:10 -0700 |
commit | 7a84235597a3e27beac1d647a222c3d18d4e55a8 (patch) | |
tree | 89e0999e512c5ee48bd99811dcfab83765d6f791 /Gemfile | |
parent | 61f69e18e69e0dca6e8cffdcd7451181d874cdb3 (diff) | |
download | chef-7a84235597a3e27beac1d647a222c3d18d4e55a8.tar.gz |
Update InSpec to 4.3.2
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ gem "cheffish", "~> 14" group(:omnibus_package) do gem "appbundler" gem "rb-readline" - gem "inspec-core", ">= 4.0.0.a", "< 5" + gem "inspec-core", "~> 4.3" gem "chef-vault" gem "ed25519" # ed25519 ssh key support done here as it's a native gem we can't put in train gem "bcrypt_pbkdf" # ed25519 ssh key support done here as it's a native gem we can't put in train |