summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-03-17 12:20:41 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-03-17 12:20:41 -0700
commit7681e7267c4a55d5cb98d7770d3e76e019cbf796 (patch)
tree73618b74c014abde5bc2b2d29fd3a58034d9eeff
parentb53701827122f6bdb4cec66486329f403e2c7ba8 (diff)
downloadchef-lcg/bump-ffi-yajl.tar.gz
bumping ffi-yajl to pick up 2.xlcg/bump-ffi-yajl
1.x still works fine, so leaving the lower floor in place.
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
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.