aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/irb.gemspec
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-08-30 02:18:18 +0900
committergit <svn-admin@ruby-lang.org>2021-08-30 02:33:21 +0900
commit4750dfa6db03db4e082279c20e0f7d9afcc79669 (patch)
treee93f9b80abdc2ad23dfa302a1208a7f529917678 /lib/irb/irb.gemspec
parenta40f9c4a51ae342efaa6aafba607c44ef1ebfac4 (diff)
downloadruby-4750dfa6db03db4e082279c20e0f7d9afcc79669.tar.gz
[ruby/irb] Update dependency to "reline >= 0.2.7.pre.2" for Reline.autocomplete=()
https://github.com/ruby/irb/commit/66178f34b9
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 8818395326..6f9a8ff2c8 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.2.8.pre.1"
+ spec.add_dependency "reline", ">= 0.2.8.pre.2"
end