From 5bb9e12573d2d3cb5c097ad1fd8b516d20603e33 Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 14 Sep 2020 01:00:20 +0900 Subject: [PATCH] [ruby/irb] Need calculate_width and split_by_width of Reline::Unicode of reline 0.1.5 or later https://github.com/ruby/irb/commit/c05bc9e595 --- lib/irb/irb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index d3a4a26ba9..af40a32452 100644 --- a/lib/irb/irb.gemspec +++ b/lib/irb/irb.gemspec @@ -78,7 +78,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = Gem::Requirement.new(">= 2.5") - spec.add_dependency "reline", ">= 0.0.1" + spec.add_dependency "reline", ">= 0.1.5" spec.add_development_dependency "bundler" spec.add_development_dependency "rake" end