From 7681e7267c4a55d5cb98d7770d3e76e019cbf796 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 17 Mar 2015 12:20:41 -0700 Subject: bumping ffi-yajl to pick up 2.x 1.x still works fine, so leaving the lower floor in place. --- chef.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef.gemspec b/chef.gemspec index d32e0005d6..17861bc4a9 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.add_dependency "mixlib-shellout", ">= 2.0.0.rc.0", "< 3.0" s.add_dependency "ohai", "~> 8.0" - s.add_dependency "ffi-yajl", "~> 1.2" + s.add_dependency "ffi-yajl", ">= 1.2", "< 3.0" s.add_dependency "net-ssh", "~> 2.6" s.add_dependency "net-ssh-multi", "~> 1.1" # CHEF-3027: The knife-cloud plugins require newer features from highline, core chef should not. -- cgit v1.2.1