Describe the Enhancement
In June 2020, a bug report has been created on diff-lcs about compat issue with chef-cli: halostatue/diff-lcs#65
Since the, a < 1.4.0 constraint has been added to chef-cli dependency on diff-lcs.
I want to relax this constraint and allow the use of recent versions like 1.5.1 because it fixes actual bugs in the diff computation.
It seems the only use of diff-lcs is for the chef-cli diff command; I personnally don't think it is a big deal to finally have proper diff output.
If you think
Describe the Need
Any ruby user depending on chef-cli is currently blocked on old buggy deps :(
Current Alternative
Different Gemfile ... yeah! 👎🏻
Can We Help You Implement This?
I can submit a PR to remove the constraints, but you may want a Breaking change release, I don't know, let me know!
Describe the Enhancement
In June 2020, a bug report has been created on diff-lcs about compat issue with
chef-cli: halostatue/diff-lcs#65Since the, a
< 1.4.0constraint has been added tochef-clidependency ondiff-lcs.I want to relax this constraint and allow the use of recent versions like
1.5.1because it fixes actual bugs in the diff computation.It seems the only use of
diff-lcsis for thechef-cli diffcommand; I personnally don't think it is a big deal to finally have proper diff output.If you think
Describe the Need
Any ruby user depending on
chef-cliis currently blocked on old buggy deps :(Current Alternative
Different
Gemfile... yeah! 👎🏻Can We Help You Implement This?
I can submit a PR to remove the constraints, but you may want a Breaking change release, I don't know, let me know!