ualbertalib / pushmi_pullyu

Ruby application to manage flow of content from Fedora into Swift for preservation
MIT License
1 stars 3 forks source link

Update minitar requirement from ~> 0.7 to >= 0.7, < 2.0 #481

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on minitar to permit the latest version.

Changelog

Sourced from minitar's changelog.

0.12.1 / 2024-08-21

  • Reverted @​adbbb9b596 to restore compatibility with Ruby < 2.0. Resolves #63#63 reported by Robert Schulze.

0.12 / 2024-08-06

  • Properly handle very long GNU filenames, resolving #46#46.
  • Handle very long GNU filenames that are 512 or more bytes, resolving #45#45. Originally implemented in #47#47 by Vijay, but accidentally closed.

0.11 / 2022-12-31

  • symlink support is complete. Merged as PR #42#42, rebased and built on top of PR #12#12 by fetep.

  • kymmt90 fixed a documentation error on Minitar.pack in PR #43#43.

  • This version is a soft-deprecation of all versions before Ruby 2.7, as they will no longer be tested in CI.

0.10 / 2022-03-26

  • nevesenin fixed an issue with long filename handling. Merged as PR #40#40.
Commits
  • fd50e6a Release v0.12.1
  • d9ea894 Restore compatibility with Ruby 1.9.3
  • a63548b fix: Write very long filenames in GNUtar format correctly
  • b51e325 Merge pull request #49 from halostatue/properly-handle-gnutar-long-reads
  • 2dc123a chore: Resolve formatting issues
  • 68d71e7 chore: Fix broken tests
  • 51b059f chore: Regenerate gemspecs
  • c3e42a5 chore: Fix a missing symbol interpolation
  • 2223b5a chore: Bump to version 0.12 for release
  • 9a855b0 chore: Add minitest-focus for focussed testing
  • Additional commits viewable in compare view


Dependabot compatibility score

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)