Skip to content

Commit

Permalink
Merge pull request #228 from chef/nikhil/updated-ffi-yajl-version
Browse files Browse the repository at this point in the history
Updated ffi-yajl dependency limit
  • Loading branch information
nikhil2611 authored Sep 15, 2023
2 parents 17faf45 + 09a960e commit 5589609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |gem|

gem.add_dependency "mixlib-cli", ">= 1.7", "< 3.0"
gem.add_dependency "mixlib-shellout", ">= 2.0", "< 4.0"
gem.add_dependency "ffi-yajl", ">= 1.0", "< 4.0"
gem.add_dependency "ffi-yajl", ">= 1.0", "< 3.0"
gem.add_dependency "minitar", "~> 0.6"
gem.add_dependency "chef", ">= 16.0"
gem.add_dependency "solve", "< 5.0", "> 2.0"
Expand Down

0 comments on commit 5589609

Please sign in to comment.