mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/racc] Drop to support Ruby 2.4
https://github.com/ruby/racc/commit/5af1a42a3b
This commit is contained in:
parent
77c1f6b1ec
commit
dd0a9507a2
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ DESC
|
|||
]
|
||||
s.require_paths = ["lib"]
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.required_ruby_version = ">= 2.5"
|
||||
s.rdoc_options = ["--main", "README.rdoc"]
|
||||
s.extra_rdoc_files = [
|
||||
"README.ja.rdoc", "README.rdoc",
|
||||
|
|
Loading…
Reference in a new issue