Skip to content

Commit 2f39a41

Browse files
authored
Update required Ruby version to >= 3.3
- Ruby 3.1 is EoL and blocking some dependency updates that have CVEs. So let's bump it to a not EoL but still pretty old version as the baseline.
1 parent ff2fc72 commit 2f39a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rubocop-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818

1919
s.files = Dir["README.md", "STYLEGUIDE.md", "LICENSE", "config/*.yml", "lib/**/*.rb", "guides/*.md"]
2020

21-
s.required_ruby_version = ">= 3.1.0"
21+
s.required_ruby_version = ">= 3.3.0"
2222

2323
s.add_dependency "rubocop", ">= 1.76"
2424
s.add_dependency "rubocop-performance", ">= 1.24"

0 commit comments

Comments
 (0)