summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-06 23:37:21 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-07 18:35:59 +0900
commit20d53dad47064b28721d81ad0a98a25dcb0731c6 (patch)
treedd264c8278f6544b5f2168de3c94980504cc50ea
parent547c71dec47561571b4862dda0395fb0b08d6c1c (diff)
Update the version guard to 3.0
-rw-r--r--spec/ruby/core/hash/index_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/hash/index_spec.rb b/spec/ruby/core/hash/index_spec.rb
index 009e222f12..be4e2cc6ab 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'
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