-
Notifications
You must be signed in to change notification settings - Fork 2.4k
RubyZip 3.0 Upgrade #2332
Copy link
Copy link
Open
Labels
MaintainabilityReviewIssue that needs to be reviewed for completionIssue that needs to be reviewed for completiondependenciesPull requests that update a dependency filePull requests that update a dependency file
Milestone
Metadata
Metadata
Assignees
Labels
MaintainabilityReviewIssue that needs to be reviewed for completionIssue that needs to be reviewed for completiondependenciesPull requests that update a dependency filePull requests that update a dependency file
Need to check that we're not using any of these:
RubyZip 3.0 is coming!
The public API of some Rubyzip classes has been modernized to use named
parameters for optional arguments. Please check your usage of the
following classes:
Zip::FileZip::EntryZip::InputStreamZip::OutputStreamPlease ensure that your Gemfiles and .gemspecs are suitably restrictive
to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
See https://github.com/rubyzip/rubyzip for details. The Changelog also
lists other enhancements and bugfixes that have been implemented since
version 2.3.0.