summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <454857+lamont-granquist@users.noreply.github.com>2021-08-24 17:00:17 -0700
committerGitHub <noreply@github.com>2021-08-24 17:00:17 -0700
commit4d19d63c86c92fd0e782783b3372eaf9dae4ad3f (patch)
tree532be2e221172abe8eb7e121bd0e3290ac75f459
parent9dcafdab745110c335d21016c96ed2c31770ab94 (diff)
parentd3c1e09006129a6d117467dd996e399fc934a42b (diff)
downloadchef-zero-4d19d63c86c92fd0e782783b3372eaf9dae4ad3f.tar.gz
Merge pull request #315 from chef/lcg/main
point at main of chef-server repo
-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