mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Require Ruby 2.4 or later because needs lex_state from Ripper
This commit is contained in:
parent
c781b1b7a3
commit
c20445ab56
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ 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.add_dependency "reline", ">= 0.0.1"
|
||||
spec.add_development_dependency "bundler"
|
||||
spec.add_development_dependency "rake"
|
||||
|
|
Loading…
Reference in a new issue