diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-24 17:16:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 17:16:00 -0700 |
commit | a4464703e8a26d94a513ecccb36f8201a8ec3122 (patch) | |
tree | c3df6368996a0e22969939b9bfff8d2e588a196f | |
parent | 9fa30422aea40a6cc9c8a2944692bce97d226090 (diff) | |
parent | aee34d5147c74aa2a676dfec6388454542cb09ce (diff) | |
download | chef-a4464703e8a26d94a513ecccb36f8201a8ec3122.tar.gz |
Merge pull request #7773 from chef/inspec_bump
Update InSpec to 3.0
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -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 |