diff options
| author | aycabta <aycabta@gmail.com> | 2021-09-04 02:18:25 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2021-09-04 02:18:50 +0900 |
| commit | 119edc459f830c784c6ab05b876e7893990ec094 (patch) | |
| tree | 54b88a8b71395a3bea366d3a14bf5d3e03f5c1dd | |
| parent | 36afcf1e15c3af0ea21bd580e6d791fa1aab5b47 (diff) | |
[ruby/irb] Update dependency, reline >= 0.2.8.pre.7
https://github.com/ruby/irb/commit/39593fb4d0
| -rw-r--r-- | lib/irb/irb.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index 06a6f2c971..41b709d190 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.6" + spec.add_dependency "reline", ">= 0.2.8.pre.7" end |
