Skip to content

Commit 93c73ab

Browse files
committed
spec/ruby/library/matrix/: Change the version guard to 3.0.2
[Bug #17521] is not backported to 3.0.1.
1 parent ff91b97 commit 93c73ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/ruby/library/matrix/exponent_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
end
3535
end
3636

37-
ruby_version_is '3.0.1' do # https://bugs.ruby-lang.org/issues/17521
37+
ruby_version_is '3.0.2' do # https://bugs.ruby-lang.org/issues/17521
3838
describe "that is 0" do
3939
it "returns the identity for square matrices" do
4040
m = Matrix[ [1, 1], [1, 1] ]

0 commit comments

Comments
 (0)