Skip to content

Commit 6daeb42

Browse files
committed
Bump up required ruby version to 3.0
1 parent 3d7dd53 commit 6daeb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delegate.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
2525
`git ls-files -z 2>#{IO::NULL}`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2626
end
2727
spec.require_paths = ["lib"]
28-
spec.required_ruby_version = '>= 2.7'
28+
spec.required_ruby_version = '>= 3.0'
2929
end

0 commit comments

Comments
 (0)