diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-10-22 21:33:15 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-11-16 20:56:04 +0900 |
commit | 5bff4cd56cdaf8b4dc6d020112674e4b4f9cd956 (patch) | |
tree | d5d4af8abf337f2b7b3c086dcc8bdd2b35555af8 | |
parent | 2231d103f3ef6438bf42b448aadd8c8cea89c496 (diff) |
[ruby/net-protocol] Update the required ruby version
https://github.com/ruby/net-protocol/commit/d4982420e6
-rw-r--r-- | lib/net/net-protocol.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/net-protocol.gemspec b/lib/net/net-protocol.gemspec index 767a7d48e2..021a5dcbf3 100644 --- a/lib/net/net-protocol.gemspec +++ b/lib/net/net-protocol.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.summary = %q{The abstruct interface for net-* client.} spec.description = %q{The abstruct interface for net-* client.} spec.homepage = "https://github.com/ruby/net-protocol" - spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") + spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0") spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage |