Skip to content

Commit

Permalink
updated elsif to else condition
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Oct 12, 2023
1 parent d8084e3 commit da34cac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chef-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ 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"
else
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 da34cac

Please sign in to comment.