gdelugre / origami

Origami is a pure Ruby library to parse, modify and generate PDF documents.
GNU Lesser General Public License v3.0
325 stars 110 forks source link

Ruby 3.1: LoadError - cannot load such file -- matrix #81

Open rngtng opened 2 years ago

rngtng commented 2 years ago

With ruby 3.1 Matrix is now a dedicated gem, see https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/

As of this it needs to be added an explicit dependency gem 'matrix'.

Unsure how the gemspec can be updated with this conditional!?