summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2022-02-07 17:46:55 -0800
committerTim Smith <tsmith84@gmail.com>2022-02-07 17:46:55 -0800
commit046b8689dda157e61b69f084250a2d9e1fb583f7 (patch)
treee083c462963f77990b6df7d1acd7991bc0f6af10
parent89db30db2aa5988c4562680f3ad6ab7508db391e (diff)
downloadchef-046b8689dda157e61b69f084250a2d9e1fb583f7.tar.gz
Fix failing bundle install in kitchen tests
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index 02543327ca..cb0f09f6fe 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -5,6 +5,6 @@ gem "chef", path: ".."
gem "ohai", git: "https://github.com/chef/ohai.git", branch: "16-stable" # avoids failures when we bump chef major
gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "main"
gem "kitchen-dokken", ">= 2.0"
-gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "main"
+gem "kitchen-inspec"
gem "inspec"
-gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master"
+gem "test-kitchen"