gdelugre/origami

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

rngtng opened this issue · 0 comments

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!?