summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2023-08-31 15:08:03 +0100
committergit <svn-admin@ruby-lang.org>2023-08-31 14:08:08 +0000
commit8804a70387bbff1f1497feef0fa1cfa37df1845b (patch)
tree9b26249d2b6e56cbaafc408f40b13e0f477ccdce /lib
parent4f0d58260a7f506ead198064d12a967edd11fe5e (diff)
[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
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/irb.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec
index 4d47481d87..50f6a22209 100644
--- a/lib/irb/irb.gemspec
+++ b/lib/irb/irb.gemspec
@@ -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