diff options
author | Stan Lo <[email protected]> | 2024-01-06 12:16:08 +0000 |
---|---|---|
committer | git <[email protected]> | 2024-01-06 12:16:12 +0000 |
commit | 3dac27897e5b48c5c95fa2f58badec1fb6da94be (patch) | |
tree | d4c463e90dbac78cd9aae4fe185b39c317367fba | |
parent | d1de2a34c1173cc1a324b252bf1e862d3671535d (diff) |
[ruby/irb] Require Reline v0.4.2+
(https://github.com/ruby/irb/pull/834)
https://github.com/ruby/irb/commit/eff8d0d46a
-rw-r--r-- | lib/irb/irb.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index a008a39f9d..6ed327a273 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.8" + spec.add_dependency "reline", ">= 0.4.2" spec.add_dependency "rdoc" end |