ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.14k stars 127 forks source link

Require Reline 0.3.8+ to avoid frozen issue #1020

Closed st0012 closed 1 year ago

st0012 commented 1 year ago

Reline 0.3.8's removal of timeout usages has been proven to avoid the frozen issues mentioned in #877, #934, and #1000. So I think it's better to require this version of Reline onwards.