[ruby/time] Update required ruby version
`Regexp#match?` which is introduced at ruby 2.4 is used since https://github.com/ruby/time/pull/1852. https://github.com/ruby/time/commit/b0a965dcaa
This commit is contained in:
parent
3563e1383f
commit
310af50c3b
@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
||||
spec.summary = %q{Extends the Time class with methods for parsing and conversion.}
|
||||
spec.description = %q{Extends the Time class with methods for parsing and conversion.}
|
||||
spec.homepage = "https://github.com/ruby/time"
|
||||
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
||||
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
||||
spec.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
|
||||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
|
Loading…
x
Reference in New Issue
Block a user