From cf70564c9783d5d48edd0f941df530ffc8493738 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 7 Nov 2024 11:25:49 +0900 Subject: [PATCH] [ruby/delegate] Bump up required ruby version to 3.0 https://github.com/ruby/delegate/commit/6daeb4248f --- lib/delegate.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/delegate.gemspec b/lib/delegate.gemspec index 6c3feac74b..f7fcc1ceb9 100644 --- a/lib/delegate.gemspec +++ b/lib/delegate.gemspec @@ -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)/}) } end spec.require_paths = ["lib"] - spec.required_ruby_version = '>= 2.7' + spec.required_ruby_version = '>= 3.0' end