mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/error_highlight] Allow the development version (= master branch) of Ruby 3.1
https://github.com/ruby/error_highlight/commit/2dca1446c9
This commit is contained in:
parent
59ead88563
commit
b6c910e1f4
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0.dev")
|
||||
|
||||
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…
Reference in a new issue