summaryrefslogtreecommitdiff
path: root/spec/ruby/core/hash/index_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/hash/index_spec.rb')
-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