We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d483c2 commit 2dca144Copy full SHA for 2dca144
error_highlight.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
spec.homepage = "https://github.com/ruby/error_highlight"
19
20
spec.license = "MIT"
21
- spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0.dev")
22
23
spec.files = Dir.chdir(File.expand_path(__dir__)) do
24
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
0 commit comments