Skip to content

Commit

Permalink
Relax constraint on diff-lcs
Browse files Browse the repository at this point in the history
The version 1.3 is buggy, the only issue for chef-cli is that now the
diff command will return valid diff outputs :)

See chef#259
  • Loading branch information
Annih committed Jan 24, 2025
1 parent 7f641da commit b4e1be6
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 @@ -47,7 +47,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "solve", "< 5.0", "> 2.0"
gem.add_dependency "addressable", ">= 2.3.5", "< 2.9"
gem.add_dependency "cookbook-omnifetch", "~> 0.5"
gem.add_dependency "diff-lcs", ">= 1.0", "< 1.4" # 1.4 changes the output
gem.add_dependency "diff-lcs", ">= 1.5"
gem.add_dependency "pastel", "~> 0.7" # used for policyfile differ
gem.add_dependency "license-acceptance", ">= 1.0.11", "< 3"
end

0 comments on commit b4e1be6

Please sign in to comment.