1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Update dependency, reline >= 0.2.8.pre.10

https://github.com/ruby/irb/commit/800e83eabd
This commit is contained in:
aycabta 2021-10-03 21:49:53 +09:00 committed by git
parent 7f02cc50dd
commit a5c58e88de

View file

@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new(">= 2.5")
spec.add_dependency "reline", ">= 0.2.8.pre.9"
spec.add_dependency "reline", ">= 0.2.8.pre.10"
end