Skip to content

Bump rubyzip from 3.2.2 to 3.5.0 - #369

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rubyzip-3.5.0
Open

Bump rubyzip from 3.2.2 to 3.5.0#369
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rubyzip-3.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps rubyzip from 3.2.2 to 3.5.0.

Release notes

Sourced from rubyzip's releases.

v3.5.0

Version 3.5.0

The 3.5.x line adds the ability to set a Decrypter per-Entry as opposed to only per-InputStream. See README.md for details.

鈿狅笍 There are breaking changes in the 3.x series 鈿狅笍

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

v3.4.1

Version 3.4.1

The 3.4.x line adds lib/rubyzip.rb to make including rubyzip in your Gemfile easier. See README.md for details.

鈿狅笍 There are breaking changes in the 3.x series 鈿狅笍

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

v3.4.0

Version 3.4.0

3.4.0 adds lib/rubyzip.rb to make including rubyzip in your Gemfile easier. See README.md for details.

鈿狅笍 There are breaking changes in the 3.x series 鈿狅笍

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

v3.3.1

Version 3.3.1

The 3.3.x line ensures that Zip::InputStream behaves more like standard Ruby IO classes.

鈿狅笍 There are breaking changes in the 3.x series 鈿狅笍

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

v3.3.0

Version 3.3.0

The 3.3.x line ensures that Zip::InputStream behaves more like standard Ruby IO classes.

鈿狅笍 There are breaking changes in the 3.x series 鈿狅笍

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

Changelog

Sourced from rubyzip's changelog.

3.5.0 (2026-08-18)

  • Fix the link to Ruby doc in README to the latest version. #670
  • Support passing decrypter to encrypted entry via get_input_stream. #667

3.4.1 (2026-06-27)

  • Fixed DecryptedIo to only perform integrity once. #665

3.4.0 (2026-06-14)

  • Prevent entries from being extracted outside specified directory. #664. Thanks to @鈥媍onnorshea for additional reporting on this.
  • Use SecureRandom in place of insecure Random.
  • Stop reading the central directory on first error.
  • Add a check on number of declared entries in a zip file. Thanks to @鈥媍onnorshea for reporting this.
  • Add note to README re reporting security issues privately.
  • Add lib/rubyzip.rb for Bundler auto-require. #660

Tooling/internal:

  • Replace the test Excel spreadsheet fixture.
  • Use assert_silent shorthand when expecting no output from a test.
  • Clean up CentralDirectory instance variables.
  • Add Ruby 4.0 to the Windows CI and update CI matrix in the README.
  • List ZIP docs that we store here and link to online versions. #657

3.3.1 (2026-05-30)

  • Reinstate default param for InputStream#sysread. #663

3.3.0 (2026-05-02)

  • Refactor InputStream and AbstractInputStream. #661

Tooling/internal:

  • Update Actions to use checkout@v5.
  • Add Ruby4.0 to the CI matrix. #659
Commits
  • 5f3165c Update Changelog for release.
  • ac389c8 Fix the link to Ruby doc in README to the latest version.
  • 4209b02 Clarify README instructions for storing non-English filenames as UTF-8 for co...
  • c5b4023 Document per-Entry decryption in the README.
  • 7f9214f Bump version minor number due to new feature.
  • 69ee96b Support passing decrypter to encrypted entry via get_input_stream
  • 6bdcd9f Update version number and Changelog for release.
  • e6d2ac6 Updated testing to check for integrity edge case.
  • 1f2df64 Fixed decrypted_io to only perform integrity once.
  • 93f9e6f Update version number and Changelog for release.
  • 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 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)

Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 3.2.2 to 3.5.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md)
- [Commits](rubyzip/rubyzip@v3.2.2...v3.5.0)

---
updated-dependencies:
- dependency-name: rubyzip
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 23, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 23, 2026 22:02
@dependabot dependabot Bot added the ruby Pull requests that update Ruby code label Aug 23, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 23, 2026 22:02
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