summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-08-24 16:48:12 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-08-24 16:48:12 -0700
commitd3c1e09006129a6d117467dd996e399fc934a42b (patch)
tree532be2e221172abe8eb7e121bd0e3290ac75f459
parent9dcafdab745110c335d21016c96ed2c31770ab94 (diff)
downloadchef-zero-d3c1e09006129a6d117467dd996e399fc934a42b.tar.gz
point at main of chef-server repo
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 31024da..d6cfa54 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gemspec
# gem 'rest-client', :git => 'https://github.com/chef/rest-client.git'
group :pedant do
- gem "oc-chef-pedant", git: "https://github.com/chef/chef-server.git"
+ gem "oc-chef-pedant", git: "https://github.com/chef/chef-server.git", branch: "main"
end
group :development, :test do