I'm currently facing an issue with the RubyZip library while processing large zip files containing hundreds of thousands of files. It seems that RubyZip has a limitation of 65535 files per zip archive.
Is there a recommended approach or alternative solution to efficiently handle and process large zip files with a high number of files using Ruby? Any insights or code examples would be greatly appreciated.
Thank you in advance for your assistance!