We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c924f2f + b03c47a commit 0ed9632Copy full SHA for 0ed9632
dependabot-core.gemspec
@@ -21,6 +21,5 @@ Gem::Specification.new do |spec|
21
}
22
23
spec.version = "0.95.1"
24
- # Since a placeholder gem, no need to keep `required_ruby_version` up to date with `.ruby-version`
25
- spec.required_ruby_version = ">= 3" # rubocop:disable Gemspec/RequiredRubyVersion
+ spec.required_ruby_version = ">= 3.3.0"
26
end
0 commit comments