Skip to content

Commit

Permalink
bumping ffi-yajl to pick up 2.x
Browse files Browse the repository at this point in the history
1.x still works fine, so leaving the lower floor in place.
  • Loading branch information
lamont-granquist committed Mar 17, 2015
1 parent b537018 commit 7681e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7681e72

Please sign in to comment.