ruby-changes:65867
From: Yusuke <ko1@a...>
Date: Thu, 15 Apr 2021 13:40:32 +0900 (JST)
Subject: [ruby-changes:65867] df0f60b690 (master): spec/ruby/library/matrix/: Change the version guard to 3.1.0
https://git.ruby-lang.org/ruby.git/commit/?id=df0f60b690 From df0f60b690b131810de3dd1603e5bebc7f438903 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Thu, 15 Apr 2021 13:38:45 +0900 Subject: spec/ruby/library/matrix/: Change the version guard to 3.1.0 [Bug #17521] won't be backported until 3.1.0. https://github.com/ruby/spec/pull/832 --- spec/ruby/library/matrix/exponent_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ruby/library/matrix/exponent_spec.rb b/spec/ruby/library/matrix/exponent_spec.rb index a05826a..b76e18b 100644 --- a/spec/ruby/library/matrix/exponent_spec.rb +++ b/spec/ruby/library/matrix/exponent_spec.rb @@ -34,7 +34,7 @@ describe "Matrix#**" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/matrix/exponent_spec.rb#L34 end end - ruby_version_is '3.0.2' do # https://bugs.ruby-lang.org/issues/17521 + ruby_version_is '3.1.0' do # https://bugs.ruby-lang.org/issues/17521 describe "that is 0" do it "returns the identity for square matrices" do m = Matrix[ [1, 1], [1, 1] ] -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/