summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-19 13:48:12 -0700
committerTim Smith <tsmith@chef.io>2019-04-19 13:48:12 -0700
commit03023813e307cc92303101f7bbe4259c1f782e20 (patch)
tree5564a9a0905e543a37838946dea01f97e6da1990
parent92da89dbe81641f4caea95a91747946eca45b904 (diff)
downloadchef-03023813e307cc92303101f7bbe4259c1f782e20.tar.gz
Use inspec from git in the kitchen CI tests
This avoids conflicts Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index da32a513ad..6c541af6a7 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -8,5 +8,6 @@ gem "kitchen-appbundle-updater"
gem "kitchen-dokken", "=1.1.1" # 2.x fails atm: https://travis-ci.org/chef/chef/jobs/199125787
gem "kitchen-docker", git: "https://github.com/test-kitchen/kitchen-docker.git", branch: "master"
gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master"
+gem "inspec", git: "https://github.com/inspec/inspec.git", branch: "master" # this goes away when we ship inspec 4
gem "kitchen-vagrant", git: "https://github.com/test-kitchen/kitchen-vagrant.git", branch: "master"
gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master"