Skip to content

Commit e1ef388

Browse files
committed
Remove support for Ruby 3.0
Update Ruby version in gemspec file
1 parent 8db33ac commit e1ef388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rubocop-govuk.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111

1212
spec.files = Dir["config/**/*", "*.md"]
1313

14-
spec.required_ruby_version = ">= 3.0"
14+
spec.required_ruby_version = ">= 3.1"
1515

1616
spec.add_development_dependency "rake", "~> 13"
1717

0 commit comments

Comments
 (0)