[rubygems/rubygems] Update rubocop to ruby 3.1

Signed-off-by: Samuel Giddins <segiddins@segiddins.me>

https://github.com/rubygems/rubygems/commit/300fb96ffc
This commit is contained in:
Samuel Giddins 2024-10-02 09:34:56 -07:00 committed by git
parent dfa11551aa
commit 40d7e5d2ab

View File

@ -8,6 +8,6 @@ Gem::Specification.new do |s|
s.version = "1.0.0"
s.loaded_from = __FILE__
s.extensions = "ext/foo"
s.required_ruby_version = ">= 3.0.0"
s.required_ruby_version = ">= 3.1.0"
end
# rubocop:enable Style/FrozenStringLiteralComment