mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
This commit is contained in:
parent
8f9b1902f4
commit
5bb9e12573
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue