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:
parent
ad6837dd60
commit
2e595c2d78
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue