[src/api] Update rubyzip 2.3.2 → 2.4.1 (minor) #17256
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Commits
See the full diff on Github. The new version differs by 35 commits:
Move to version `2.4.1` due to clash with `2.4`.
Opt-in for MFA requirement explicitly on 2.4
Make sure version number is 2.4.0.
Bump version and Changelog for release.
Update actions with latest rubies.
Update actions dependencies.
Update earliest Ruby version for MacOS builds in CI.
Suppress "literal string will be frozen in the future" warning
Fix setting and restoring `RUBYZIP_V3_API_WARN` in tests.
Improve version 3 API messages.
Fix deprecation in Entry#get_input_stream
Fix `File#write_buffer` to always return the given `io`
Bump version, Changelog and README for release.
Ensure compatibility with `--enable-frozen-string-literal`
Add `DOSTime` to the post_install message.
Ensure `File.open_buffer` doesn't rewrite unchanged data.
Handle the `extract` methods in `Entry` and `File`.
Add `DOSTime#<=>` and a warning message to `DOSTime#dos_equals`.
Add warning messages to `File#get_output_stream`.
Add warning messages to the `File` class methods.
Update gemspec.
Remove Coveralls/Simplecov from this branch.
Add warning messages to `InputStream.open`.
Add warning messages to deprectated methods.
Update rubocop fails.
Minor updates to the Actions workflow.
Update File.split API to allow v3.0 calling style.
Add a warning when run on Ruby < 3.0.
Add warning message (and tests) to OutputStream.
Add warning message to InputStream.
Add a switchable warning message re the v3 API.
Update Entry#new API to allow v3.0 calling style.
Update InputStream API to allow v3.0 calling style.
Update OutputStream API to allow v3.0 calling style.
Switch to GitHub Actions on the `2.3.2` branch.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands