zenkay / simple-spreadsheet

Simple spreadsheet is a Ruby Gem reader for common spreadsheet formats: Excel (.xls, .xlsx), Open-office (.ods) and CSV (standard, excel, tab separated)
https://rubygems.org/gems/simple-spreadsheet
MIT License
98 stars 32 forks source link

Update roo-xls to v1.1 to prevent deprecation warnings #20

Closed Kledal closed 3 years ago

Kledal commented 6 years ago

Roo-xls have included a patch to fix the deprecation warning about Roo::Tempdir. [DEPRECATION] extend Roo::Tempdir and use its .make_tempdir instead

This PR bumps the roo-xls to v1.1