summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-30 15:55:01 -0700
committerTim Smith <tsmith@chef.io>2018-10-30 15:55:01 -0700
commit147d10b9baee2e77450c08b9ddc509ef3649f593 (patch)
tree0907cb871c6cb01ff41979a51e0de9c41109cf9b
parentd1f452b6d2daebd41ba72f329625f76c50b7d55b (diff)
downloadchef-fix_kitchen_tests.tar.gz
Pull ohai from the 14-stable branch in kitchen testsfix_kitchen_tests
This fixes our kitchen tests Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index 8881eb4e45..c571298fc2 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
gem "rake" # required to build some native extensions
gem "chef", path: ".."
-gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master" # avoids failures when we bump chef major
+gem "ohai", git: "https://github.com/chef/ohai.git", branch: "14-stable" # avoids failures when we bump chef major
gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "master"
gem "kitchen-appbundle-updater"
gem "kitchen-dokken", "< 2.0" # 2.x fails atm: https://travis-ci.org/chef/chef/jobs/199125787