[ruby/syslog] Raise required_ruby_version
https://github.com/ruby/syslog/commit/5289373016
This commit is contained in:
parent
117fc8e72d
commit
a66c41d600
@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
||||
spec.summary = %q{Ruby interface for the POSIX system logging facility.}
|
||||
spec.description = %q{Ruby interface for the POSIX system logging facility.}
|
||||
spec.homepage = "https://github.com/ruby/syslog"
|
||||
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
||||
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
|
||||
spec.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
|
||||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
|
Loading…
x
Reference in New Issue
Block a user