Skip to content

Update minitar requirement from ~> 0.9 to ~> 1.0 #51

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2025

Updates the requirements on minitar to permit the latest version.

Changelog

Sourced from minitar's changelog.

1.0.2 / 2024-08-23

  • Bugfix:

    • Minitar 1.0.1 was released with an unchanged gemspec. Reported by Debashish Biswas in #65[issue-65].

1.0.1 / 2024-08-08

  • Bugfix:

    • Resolve a constant lookup issue. The accepted fix has been provided by Aram Price in #58[issue-58].

1.0.0 / 2024-08-07

  • Breaking Changes:

    • Minimum Ruby version is 3.1.

    • The Archive::Tar::Minitar namespace has been completely removed and Minitar is a class instead of a module.

  • Enhancements:

    • Added Minitar.pack_as_file, originally proposed by John Prince back in 2011 #7[issue-07].

0.12.1 / 2024-08-21

  • Reverted adbbb9b596 to restore compatibility with Ruby < 2.0. Resolves #63[issue-63] reported by Robert Schulze.

0.12 / 2024-08-06

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

0.11 / 2022-12-31

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

  • kymmt90 fixed a documentation error on Minitar.pack in PR #43[pull-43].

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

... (truncated)

Commits
  • 022da9c Add JRuby and TruffleRuby back to testing
  • f5f4690 Fix unmodified gemspec
  • 221a6b7 chore(deps): pin actions/checkout action to 692973e
  • 657b095 chore: Prepare for 1.0.1 release
  • c0dd09e chore: Clean up contribution guide
  • 70d9b8f chore: Rework the workflow for wider testing
  • 5b03f6d fix: Fix constant reference for Minitar.open
  • dc1ba26 Fix manifest
  • a249aa4 chore: Fix renovate configuration
  • 1fcf1b5 feat: Add Minitar.pack_as_file
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
updated-dependencies:
- dependency-name: minitar
  dependency-version: 1.0.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 13, 2025
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