summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-24 13:36:31 -0700
committerTim Smith <tsmith@chef.io>2018-10-24 13:36:31 -0700
commitaee34d5147c74aa2a676dfec6388454542cb09ce (patch)
treec3df6368996a0e22969939b9bfff8d2e588a196f
parent9fa30422aea40a6cc9c8a2944692bce97d226090 (diff)
downloadchef-aee34d5147c74aa2a676dfec6388454542cb09ce.tar.gz
Update InSpec to 3.0
This gets us some nice new functionality in InSpec. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 7eec6c7434..e4297fc063 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,7 @@ gem "cheffish", "~> 14"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- gem "inspec-core", "~> 2"
+ gem "inspec-core", "~> 3"
gem "chef-vault"
end
diff --git a/Gemfile.lock b/Gemfile.lock
index c9d71de6af..673432648e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -149,7 +149,7 @@ GEM
highline (1.7.10)
htmlentities (4.3.4)
iniparse (1.4.4)
- inspec-core (2.3.24)
+ inspec-core (3.0.12)
addressable (~> 2.4)
faraday (>= 0.9.0)
hashie (~> 3.4)
@@ -168,7 +168,7 @@ GEM
sslshake (~> 1.2)
thor (~> 0.20)
tomlrb (~> 1.2)
- train-core (~> 1.5)
+ train-core (~> 1.5, >= 1.5.4)
ipaddress (0.8.3)
iso8601 (0.11.0)
json (2.1.0)
@@ -362,7 +362,7 @@ DEPENDENCIES
chef-vault
cheffish (~> 14)
chefstyle!
- inspec-core (~> 2)
+ inspec-core (~> 3)
netrc
octokit
pry