summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-30 11:06:04 -0700
committerMark Anderson <mark@chef.io>2019-05-03 19:19:10 -0700
commit7a84235597a3e27beac1d647a222c3d18d4e55a8 (patch)
tree89e0999e512c5ee48bd99811dcfab83765d6f791 /Gemfile
parent61f69e18e69e0dca6e8cffdcd7451181d874cdb3 (diff)
downloadchef-7a84235597a3e27beac1d647a222c3d18d4e55a8.tar.gz
Update InSpec to 4.3.2
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c358744401..1c9e7048bb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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