summaryrefslogtreecommitdiff
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
parent61f69e18e69e0dca6e8cffdcd7451181d874cdb3 (diff)
downloadchef-7a84235597a3e27beac1d647a222c3d18d4e55a8.tar.gz
Update InSpec to 4.3.2
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 4 insertions, 2 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
diff --git a/Gemfile.lock b/Gemfile.lock
index 867a24a686..d241730fad 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -416,7 +416,9 @@ DEPENDENCIES
cheffish (~> 14)
chefstyle!
ed25519
- inspec-core (>= 4.0.0.a, < 5)
+ inspec-core (~> 4.3)
+ netrc
+ octokit
ohai!
pry
pry-byebug