We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5d72f commit 5289373Copy full SHA for 5289373
syslog.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
spec.summary = %q{Ruby interface for the POSIX system logging facility.}
19
spec.description = %q{Ruby interface for the POSIX system logging facility.}
20
spec.homepage = "https://github.com/ruby/syslog"
21
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
22
spec.licenses = ["Ruby", "BSD-2-Clause"]
23
24
spec.metadata["homepage_uri"] = spec.homepage
0 commit comments