1
0
Fork 0
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:
Yusuke Endoh 2021-06-30 17:33:28 +09:00 committed by git
parent 59ead88563
commit b6c910e1f4

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")
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)/}) }