summaryrefslogtreecommitdiff
path: root/kitchen-tests/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-22 10:12:30 -0800
committerTim Smith <tsmith@chef.io>2017-12-22 10:39:26 -0800
commit87c4cacff38b82c88fb158042229f87724a2402c (patch)
treebd480e7b9929df58e65235cc73458962ebd7d0ac /kitchen-tests/Gemfile
parentc20caa0232c30c645b90439daaa9dfeaea6394b3 (diff)
downloadchef-87c4cacff38b82c88fb158042229f87724a2402c.tar.gz
Remove the Gemfile.lock and Berksfile.lock for kitchen testsintegration_docs
We're probably going to see some more failures with this change, but that's a good thing. If we have a bad kitchen change or a bad cookbook change we'll know now earlier. Less impact == better. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/Gemfile')
-rw-r--r--kitchen-tests/Gemfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index a54f11143f..144363b4ae 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -1,9 +1,10 @@
source "https://rubygems.org"
gem "rake" # required to build some native extensions
-gem "berkshelf"
-gem "kitchen-appbundle-updater"
+gem "chef", path: ".."
+gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "master"
+gem "kitchen-appbundle-updater", git: "https://github.com/chef/kitchen-appbundle-updater", branch: "master"
gem "kitchen-dokken", "< 2.0" # 2.x fails atm: https://travis-ci.org/chef/chef/jobs/199125787
-gem "kitchen-inspec"
-gem "kitchen-vagrant"
-gem "test-kitchen"
+gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master"
+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"