[前][次][番号順一覧][スレッド一覧]

ruby-changes:63993

From: Nobuyoshi <ko1@a...>
Date: Mon, 7 Dec 2020 18:36:38 +0900 (JST)
Subject: [ruby-changes:63993] 20d53dad47 (master): Update the version guard to 3.0

https://git.ruby-lang.org/ruby.git/commit/?id=20d53dad47

From 20d53dad47064b28721d81ad0a98a25dcb0731c6 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 6 Dec 2020 23:37:21 +0900
Subject: Update the version guard to 3.0


diff --git a/spec/ruby/core/hash/index_spec.rb b/spec/ruby/core/hash/index_spec.rb
index 009e222..be4e2cc 100644
--- a/spec/ruby/core/hash/index_spec.rb
+++ b/spec/ruby/core/hash/index_spec.rb
@@ -2,7 +2,7 @@ require_relative '../../spec_helper' https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/hash/index_spec.rb#L2
 require_relative 'fixtures/classes'
 require_relative 'shared/index'
 
-ruby_version_is ''...'2.8' do
+ruby_version_is ''...'3.0' do
   describe "Hash#index" do
     it_behaves_like :hash_index, :index
   end
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]