summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-19 13:59:00 -0700
committerGitHub <noreply@github.com>2019-04-19 13:59:00 -0700
commitf1a97f33d4b67645ed55ce6e15274d6adf396670 (patch)
treee9603a5b3b2ac57f32e7a859ba3b9220ae05bc53
parentc245adc26711abe4d4bb24d37b08e8ee652d17f6 (diff)
parent03023813e307cc92303101f7bbe4259c1f782e20 (diff)
downloadchef-f1a97f33d4b67645ed55ce6e15274d6adf396670.tar.gz
Merge pull request #8399 from chef/inspec_git
Use inspec from git in the kitchen CI tests
-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"