[ruby/error_highlight] Drop Ruby 3.1 support

... as it is already EOL

https://github.com/ruby/error_highlight/commit/f15489216a
This commit is contained in:
Yusuke Endoh 2025-08-28 15:29:18 +09:00 committed by git
parent 85e0c98cf0
commit 2e27f6e1f1

View File

@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/error_highlight"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0.dev")
spec.required_ruby_version = Gem::Requirement.new(">= 3.2.0")
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }