зеркало из https://github.com/github/ruby.git
[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:
Родитель
4f0d58260a
Коммит
8804a70387
|
@ -41,6 +41,6 @@ Gem::Specification.new do |spec|
|
||||||
|
|
||||||
spec.required_ruby_version = Gem::Requirement.new(">= 2.7")
|
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"
|
spec.add_dependency "rdoc", "~> 6.5"
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче