Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update diff-lcs requirement from >= 1.0, < 1.4 to >= 1.0, < 1.6 #2

Open
wants to merge 3 commits into
base: stable/cinc
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 23, 2021

Updates the requirements on diff-lcs to permit the latest version.

Changelog

Sourced from diff-lcs's changelog.

1.3 / 2017-01-18

  • Bugs fixed:

    • Fixed an error for bin/ldiff --version. Fixes issue #21.

    • Force Diff::LCS::Change and Diff::LCS::ContextChange to only perform equality comparisons against themselves. Provided by Kevin Mook in pull request #29.

    • Fix tab expansion in htmldiff, provided by Mark Friedgan in pull request #25.

    • Silence Ruby 2.4 Fixnum deprecation warnings. Fixes issue #38 and pull request #36.

    • Ensure that test dependencies are loaded properly. Fixes issue #33 and pull request #34.

    • Fix issue #1 with incorrect intuition of patch direction. Tentative fix, but the previous failure cases pass now.

  • Tooling changes:

    • Added SimpleCov and Coveralls support.

    • Change the homepage (temporarily) to the GitHub repo.

    • Updated testing and gem infrastructure.

    • Modernized the specs.

  • Cleaned up documentation.

  • Added a Code of Conduct.

1.2.5 / 2013-11-08

  • Bugs fixed:

    • Comparing arrays flattened them too far, especially with Diff::LCS.sdiff. Fixed by Josh Bronson in pull request #23.

1.2.4 / 2013-04-20

  • Bugs fixed:

    • A bug was introduced after 1.1.3 when pruning common sequences at the start of comparison. Paul Kunysch (@​pck) fixed this in pull request #18. Thanks!

... (truncated)

Commits
  • 8ea5762 Using SPDX license descriptions for release
  • ac5c57c Fix Ruby 1.8 build issues
  • 972ae41 Merge pull request #39 from halostatue/spec-cleanup
  • 06ee20e diff-lcs 1.3
  • 32727d6 Fixing Coveralls for testing.
  • ff796c2 Merge pull request #31 from apuratepp/udpate-url-in-gemspec
  • 2458e57 Update Homepage URL in gemspec file
  • 15653d6 Fixing travis execution.
  • fb9becf Bumping version in preparation for next release.
  • 6029fb7 Fix travis builds.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

ramereth and others added 3 commits September 7, 2021 10:36
This is based off of the same wrapper we currently use in client.

Signed-off-by: Lance Albertson <[email protected]>
Updates the requirements on [diff-lcs](https://github.com/halostatue/diff-lcs) to permit the latest version.
- [Release notes](https://github.com/halostatue/diff-lcs/releases)
- [Changelog](https://github.com/halostatue/diff-lcs/blob/main/History.md)
- [Commits](halostatue/diff-lcs@v1.1.3...v1.3)

---
updated-dependencies:
- dependency-name: diff-lcs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant