summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-11-30 09:17:42 -0800
committerNeha Pansare <neha.pansare@progress.com>2022-12-22 13:52:19 +0530
commitd9c57b674ffafbcd5c5609eb7e8c26b07336575e (patch)
tree9d3837ad9b5c5ea9eb42f2f4b9f4a5e8a88eb2c5
parentbcaf42b58fe5d1fda063bda0e5cb0f8636175d23 (diff)
downloadchef-d9c57b674ffafbcd5c5609eb7e8c26b07336575e.tar.gz
Updating Berkshelf to point to the chef repo
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--kitchen-tests/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index cb0f09f6fe..6390108ce0 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -3,7 +3,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: "16-stable" # avoids failures when we bump chef major
-gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "main"
+gem "berkshelf", git: "https://github.com/chef/berkshelf.git", branch: "main"
gem "kitchen-dokken", ">= 2.0"
gem "kitchen-inspec"
gem "inspec"