summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-05-26 22:19:45 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-05-27 07:23:42 -0700
commitd3bd7e18b7378a19fa402d9b34788b9dc1e466bf (patch)
tree3775bd0519d27974f136eab5c6ba4a7136113cdc /chef.gemspec
parentc60605c65954176c9a3daa0bf6bd27e56a5c9880 (diff)
downloadchef-d3bd7e18b7378a19fa402d9b34788b9dc1e466bf.tar.gz
Explicitly add org defaults to pedant test
so that it passes, but don't feed the defaults to the user by default.
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 04f1a03024..11cb4a8fb7 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -36,8 +36,7 @@ Gem::Specification.new do |s|
s.add_dependency "erubis", "~> 2.7"
s.add_dependency "diff-lcs", "~> 1.2", ">= 1.2.4"
- # There's a bug with Chef Zero and IPV6 prior to version 2.0.2
- s.add_dependency "chef-zero", "~> 2.1"
+ s.add_dependency "chef-zero", "~> 2.1", ">= 2.1.2"
s.add_dependency "pry", "~> 0.9"