Skip to content

Commit

Permalink
Require Reline 0.3.8+ (#702)
Browse files Browse the repository at this point in the history
Reline 0.3.8 reduces the chance of having a deadlock with the debugger
while using the new `irb:rdbg` integration.
  • Loading branch information
st0012 authored Aug 31, 2023
1 parent a061744 commit 9b8c56b
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,6 +41,6 @@ Gem::Specification.new do |spec|

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

spec.add_dependency "reline", ">= 0.3.6"
spec.add_dependency "reline", ">= 0.3.8"
spec.add_dependency "rdoc", "~> 6.5"
end

0 comments on commit 9b8c56b

Please sign in to comment.