[ruby/syslog] Raise required_ruby_version

https://github.com/ruby/syslog/commit/5289373016
This commit is contained in:
Akinori MUSHA 2023-04-25 10:50:15 +09:00 committed by git
parent 117fc8e72d
commit a66c41d600

View File

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