summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pedant.gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pedant.gemfile b/pedant.gemfile
index 3302bccfe1..25efa9609e 100644
--- a/pedant.gemfile
+++ b/pedant.gemfile
@@ -6,7 +6,8 @@ gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
# We are pinning chef-zero to 4.2.x until ChefFS can deal
# with V1 api calls or chef-zero supports both v0 and v1
-gem "chef-zero", "~> 4.2.3"
+# gem "chef-zero", "~> 4.2.3"
+gem "chef-zero", :github => "chef/chef-zero"
group(:docgen) do
gem "tomlrb"