aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/irb.gemspec
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-05-13 19:18:06 +0900
committergit <svn-admin@ruby-lang.org>2021-05-15 19:12:57 +0900
commiteef406acf413d61db9f9ec12f036386eda61e338 (patch)
treefa0e0e6271cb22693e0fdb610952cfd1858730df /lib/irb/irb.gemspec
parent5f8bca32571fa9c651f6903d36f66082363f8879 (diff)
downloadruby-eef406acf413d61db9f9ec12f036386eda61e338.tar.gz
[ruby/irb] IRB should use the latest Reline, 0.2.5
https://github.com/ruby/irb/commit/34496e20e8
Diffstat (limited to 'lib/irb/irb.gemspec')
-rw-r--r--lib/irb/irb.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec
index 042aaf067d..6cb3df0dc2 100644
--- a/lib/irb/irb.gemspec
+++ b/lib/irb/irb.gemspec
@@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new(">= 2.5")
- spec.add_dependency "reline", ">= 0.1.6"
+ spec.add_dependency "reline", ">= 0.2.5"
end