From d3c1e09006129a6d117467dd996e399fc934a42b Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 24 Aug 2021 16:48:12 -0700 Subject: point at main of chef-server repo Signed-off-by: Lamont Granquist --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1