summaryrefslogtreecommitdiff
path: root/lib/delegate.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'lib/delegate.gemspec')
-rw-r--r--lib/delegate.gemspec2
1 files changed, 1 insertions, 1 deletions
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