summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-09-09 16:41:58 -0700
committerMatt Wrock <matt@mattwrock.com>2016-09-09 16:41:58 -0700
commit9876a73994ac277c1bd0ac45065731cc873f5b5d (patch)
treed1c43a3a1680bdd77715aa1797437af2ab76f0e6
parent58f80376612b900ce97090a7759f2aa6b4f62804 (diff)
downloadchef-9876a73994ac277c1bd0ac45065731cc873f5b5d.tar.gz
add back chef-server
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 33c5782c96..003df8ee15 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,7 +45,7 @@ group(:integration) do
# We pin this so nobody brings in a cucumber-core incompatible with cucumber latest
gem "cucumber", ">= 2.4.0"
# We pin oc-chef-pedant to prevent it from updating out of lockstep with chef-zero
- # gem "oc-chef-pedant", git: "https://github.com/chef/chef-server"
+ gem "oc-chef-pedant", git: "https://github.com/chef/chef-server"
end
group(:docgen) do