aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/irb.gemspec
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-07-15 00:42:45 +0900
committeraycabta <aycabta@gmail.com>2019-07-15 00:43:36 +0900
commitd0b1a8d5fb56a20198c69d77d9ce65740d0ddcc2 (patch)
treeebaf9fe2281e94e000e7220e556ba9bc83b3cbea /lib/irb/irb.gemspec
parentcd7b99bbfccd69b6cd75421b738bcda36f920e0d (diff)
downloadruby-d0b1a8d5fb56a20198c69d77d9ce65740d0ddcc2.tar.gz
Need reline-0.0.1 or later for some features
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 12633bf15c..1c2c4e6dd8 100644
--- a/lib/irb/irb.gemspec
+++ b/lib/irb/irb.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
- spec.add_dependency "reline"
+ spec.add_dependency "reline", ">= 0.0.1"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
end