mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[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:
parent
85e0c98cf0
commit
2e27f6e1f1
@ -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)/}) }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user