Skip to content

Commit

Permalink
[ruby/time] Update required ruby version
Browse files Browse the repository at this point in the history
`Regexp#match?` which is introduced at ruby 2.4 is used since https://github.com/ruby/time/pull/1852.

ruby/time@b0a965dcaa
  • Loading branch information
nobu authored and matzbot committed Mar 23, 2023
1 parent 3563e13 commit 310af50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/time.gemspec
Expand Up @@ -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
Expand Down

0 comments on commit 310af50

Please sign in to comment.