Skip to content

Commit

Permalink
updated chefstyle
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Oct 4, 2023
1 parent 2fffdec commit d8084e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chef-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "minitar", "~> 0.6"
if RUBY_VERSION.match?(/3.1/)
gem.add_dependency "chef", "~> 18.0"
elsif
gem.add_dependency "chef", ">= 16.0" # Needed to load cookbooks
elsif gem.add_dependency "chef", ">= 16.0"
end
gem.add_dependency "solve", "< 5.0", "> 2.0"
gem.add_dependency "addressable", ">= 2.3.5", "< 2.9"
Expand Down

0 comments on commit d8084e3

Please sign in to comment.