1
0
Fork 0
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:
aycabta 2020-09-14 01:00:20 +09:00
parent 8f9b1902f4
commit 5bb9e12573

View file

@ -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