summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-12-07 20:26:01 +0900
committeraycabta <aycabta@gmail.com>2019-12-07 21:56:06 +0900
commit2e595c2d780814cc4d1357c687b44fd7208ff313 (patch)
tree1c4cba621f42f83311c460cb0b8e77d24d201881
parentad6837dd609654b02885199b25f7d79b1122b64a (diff)
[ruby/irb] New IRB needs Ruby 2.5 or later
https://github.com/ruby/irb/commit/4be3158358
-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 267355f65c..c3208954c5 100644
--- a/lib/irb/irb.gemspec
+++ b/lib/irb/irb.gemspec
@@ -75,7 +75,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
- spec.required_ruby_version = Gem::Requirement.new(">= 2.4")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5")
spec.add_dependency "reline", ">= 0.0.1"
spec.add_development_dependency "bundler"