summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-09-23 12:48:31 -0700
committerJohn Keiser <john@johnkeiser.com>2015-09-23 14:08:52 -0700
commitefe6286540a56960e109dcc65db63cc7461c1753 (patch)
treedad6872cc3c4865fb2e4cf47c08fdfa772c025d0 /Gemfile
parent2ded4c34fdb2bf8b1f2caa8213cacd022db7084a (diff)
downloadchef-efe6286540a56960e109dcc65db63cc7461c1753.tar.gz
Re-upgrade chef-zero to latestjk/latest-chef-zero
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index edbd853c47..2b135fb8e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,10 +5,6 @@ gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
gem 'chef-config', path: "chef-config"
-# 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"
-
group(:docgen) do
gem "yard"
end