summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-11-14 13:47:10 -0800
committerTim Smith <tsmith84@gmail.com>2019-11-14 13:47:10 -0800
commitbe0f081c00d8e0125f1fc162117bcf49f9dbc85c (patch)
tree28f1dd9c1f999694fee4e1defed5e0756a30986f /Gemfile
parent37d505f3240e4b0a0ba0c316e6ecff4e9c3e5e45 (diff)
downloadchef-be0f081c00d8e0125f1fc162117bcf49f9dbc85c.tar.gz
Update InSpec to 4.18
I increased the pin in the gemfile since bundler didn't seem to want to pull in a 4.18 build. Note this does lower our rspec dep due to the pin in InSpec. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 710aa25529..41fa898cef 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,8 +26,8 @@ gem "cheffish", "~> 14"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- gem "inspec-core", "~> 4.3"
- gem "inspec-core-bin", "~> 4.3" # need to provide the binaries for inspec
+ gem "inspec-core", "~> 4.18"
+ gem "inspec-core-bin", "~> 4.18" # need to provide the binaries for inspec
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