kmuto / review

Re:VIEW is flexible document format/conversion system
http://reviewml.org/
GNU Lesser General Public License v2.1
1.33k stars 214 forks source link

rubyzipのバージョン制約が必要そう #1887

Open kmuto opened 1 year ago

kmuto commented 1 year ago

rubyzipが何か変わる模様。

Post-install message from rubyzip:
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::File`
  * `Zip::Entry`
  * `Zip::InputStream`
  * `Zip::OutputStream`
Please 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.
takahashim commented 1 year ago

あんまり凝った使い方はしてないので、わりと影響ないんではないかな…と思っております(あるとすればput_next_entryくらい?)。

takahashim commented 5 months ago

そういえばrubyzipはまだ3.0がリリースされていないのでした