Open rngtng opened 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/
Matrix
As of this it needs to be added an explicit dependency gem 'matrix'.
gem 'matrix'
Unsure how the gemspec can be updated with this conditional!?
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!?