Skip to content

Commit 2dca144

Browse files
committed
Allow the development version (= master branch) of Ruby 3.1
1 parent 8d483c2 commit 2dca144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error_highlight.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.homepage = "https://github.com/ruby/error_highlight"
1919

2020
spec.license = "MIT"
21-
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
21+
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0.dev")
2222

2323
spec.files = Dir.chdir(File.expand_path(__dir__)) do
2424
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }

0 commit comments

Comments
 (0)