We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7dd53 commit 6daeb42Copy full SHA for 6daeb42
delegate.gemspec
@@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
25
`git ls-files -z 2>#{IO::NULL}`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
end
27
spec.require_paths = ["lib"]
28
- spec.required_ruby_version = '>= 2.7'
+ spec.required_ruby_version = '>= 3.0'
29
0 commit comments