Add `gem "matrix"` to Gemfile
gem "matrix" is no longer a default gem from Ruby 3.1 onward. Adding the gem to Gemfile is necessary until `classifier-reborn` adds it as a dependency. Avoiding RUBY_VERSION constraints to ensure the gem is used on older Ruby versions in CI matrix
This commit is contained in:
parent
07e510f964
commit
d0eb07ba29
Loading…
Reference in New Issue