[ruby/delegate] Bump up required ruby version to 3.0

6daeb4248f
This commit is contained in:
Hiroshi SHIBATA 2024-11-07 11:25:49 +09:00 committed by git
parent 7c893c8d6b
commit cf70564c97

View file

@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
`git ls-files -z 2>#{IO::NULL}`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } `git ls-files -z 2>#{IO::NULL}`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end end
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 2.7' spec.required_ruby_version = '>= 3.0'
end end