[ruby/irb] Require Reline 0.3.8+

(https://github.com/ruby/irb/pull/702)

Reline 0.3.8 reduces the chance of having a deadlock with the debugger
while using the new `irb:rdbg` integration.

https://github.com/ruby/irb/commit/9b8c56b7d4
This commit is contained in:
Stan Lo 2023-08-31 15:08:03 +01:00 коммит произвёл git
Родитель 4f0d58260a
Коммит 8804a70387
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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