Skip to content

Commit

Permalink
Require Reline 0.3.6 or higher
Browse files Browse the repository at this point in the history
"Multi-line multibyte regular expression raises exception" (#627) is fixed in Reline 0.3.6.
  • Loading branch information
ima1zumi committed Jul 8, 2023
1 parent 5e87f3b commit 61ac357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = Gem::Requirement.new(">= 2.7")

spec.add_dependency "reline", ">= 0.3.0"
spec.add_dependency "reline", ">= 0.3.6"
end

0 comments on commit 61ac357

Please sign in to comment.