summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2023-04-25 10:50:15 +0900
committergit <svn-admin@ruby-lang.org>2023-04-25 01:51:25 +0000
commita66c41d6006fdcf372474d56d4c6284636b9ed87 (patch)
tree0039e055434f7201b1ecca42d53cfaf880c80430
parent117fc8e72dc8500a4ab1f9ff0ef3a0a9ecc46786 (diff)
[ruby/syslog] Raise required_ruby_version
https://github.com/ruby/syslog/commit/5289373016
-rw-r--r--ext/syslog/syslog.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syslog/syslog.gemspec b/ext/syslog/syslog.gemspec
index 788fd2da95..1964e422a0 100644
--- a/ext/syslog/syslog.gemspec
+++ b/ext/syslog/syslog.gemspec
@@ -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