diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-09-03 20:09:10 -0500 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-09-03 20:09:10 -0500 |
commit | 138cbbe0f1437b92a5251ca86deeda65571810ba (patch) | |
tree | 86342a2c22a378c2f19f0f7b6d189dad6f9348d5 /pedant.gemfile | |
parent | c79db55f1c40b1a744cf026e2ff69dfef2fa10af (diff) | |
download | chef-138cbbe0f1437b92a5251ca86deeda65571810ba.tar.gz |
Pin chef-zero in pedant
Diffstat (limited to 'pedant.gemfile')
-rw-r--r-- | pedant.gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pedant.gemfile b/pedant.gemfile index 8e64fc039c..888e6b83f3 100644 --- a/pedant.gemfile +++ b/pedant.gemfile @@ -9,6 +9,10 @@ gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby" gem "mixlib-shellout", github: "opscode/mixlib-shellout", branch: "master" gem "ohai", github: "opscode/ohai", branch: "master" +# 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" |