1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] New IRB needs Ruby 2.5 or later

https://github.com/ruby/irb/commit/4be3158358
This commit is contained in:
aycabta 2019-12-07 20:26:01 +09:00
parent ad6837dd60
commit 2e595c2d78

View file

@ -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"