summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-03-22 22:29:27 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-03-22 22:29:27 -0700
commitc70f7a636dae135d39add2a5be575ed64c0b9a5a (patch)
tree0da58c1cad206079aa301224dfcd84a34e8db568
parente7715f45b24d82b6c060ca83f7e9a38537d6a257 (diff)
downloadchef-c70f7a636dae135d39add2a5be575ed64c0b9a5a.tar.gz
better kitchen Gemfile for chef-15lcg/backport-post-bundle-install2
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--kitchen-tests/Gemfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index 151af64fac..61bfe020b7 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -1,10 +1,10 @@
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: "15-stable" # avoids failures when we bump chef major
-gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "master"
+gem "chef", "~> 16.0"
+gem "ohai", "~> 16.0"
+gem "berkshelf"
gem "kitchen-dokken", "~> 2.0"
-gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master"
+gem "kitchen-inspec"
gem "inspec"
-gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master"
+gem "test-kitchen"