summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-09-03 19:31:47 -0500
committerJay Mundrawala <jdmundrawala@gmail.com>2015-09-03 19:31:47 -0500
commit38c05678d7cfb266ad4cc5a74dc9769205c3ed00 (patch)
tree1ee62df2522aba1ee7531615abff894b189bddd9
parent8143bf6010cfcef180a8bc85a5e71dc3eb1a8f81 (diff)
downloadchef-38c05678d7cfb266ad4cc5a74dc9769205c3ed00.tar.gz
Pin chef-zero to ~> 4.2.3
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index af0bef493c..ccd0735732 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,10 @@ 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 "tomlrb"
gem "yard"