Skip to content

Update minitar requirement from ~> 0.8 to >= 0.8, < 2.0#5

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/minitar-gte-0.8-and-lt-2.0
Open

Update minitar requirement from ~> 0.8 to >= 0.8, < 2.0#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/minitar-gte-0.8-and-lt-2.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

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.

0.9 / 2019-09-04

  • jtappa added the ability to skip fsync with a new option to Minitar.unpack and Minitar::Input#extract_entry. Provide :fsync => false as the last parameter to enable. Merged from a modified version of PR #37#37.

0.8 / 2019-01-05

  • inkstak resolved an issue introduced in the fix for #31#31 by allowing spaces to be considered valid characters in strict octal handling. Octal conversion ignores leading spaces. Merged from a slightly modified version of PR #35#35.

  • dearblue contributed PR #32#32 providing an explicit call to #bytesize for strings that include multibyte characters. The PR has been modified to be compatible with older versions of Ruby and extend tests.

  • Akinori MUSHA (knu) contributed PR #36#36 that treats certain badly encoded regular files (with names ending in /) as if they were directories on decode.

0.7 / 2018-02-19

  • Fixed issue #28#28 with a modified version of PR #29#29 covering the

... (truncated)

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 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 <dependency name> 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)

Updates the requirements on [minitar](https://github.com/halostatue/minitar) to permit the latest version.
- [Changelog](https://github.com/halostatue/minitar/blob/main/History.md)
- [Commits](halostatue/minitar@v0.8...v0.12.1)

---
updated-dependencies:
- dependency-name: minitar
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 26, 2024
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants