Skip to content

Commit

Permalink
Allow the development version (= master branch) of Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Jun 30, 2021
1 parent 8d483c2 commit 2dca144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error_highlight.gemspec
Expand Up @@ -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)/}) }
Expand Down

0 comments on commit 2dca144

Please sign in to comment.