1
0
Fork 0
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:
Hiroshi SHIBATA 2021-06-22 18:16:36 +09:00
parent 77c1f6b1ec
commit dd0a9507a2
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

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