From 1af8a0a95ecc606cb57f8bce82288b6c263d9631 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 3 Dec 2020 17:39:15 +0900 Subject: [PATCH] [ruby/ipaddr] fixup 90b46678a5b09ed32612b0629b7c51c6d39a0444 https://github.com/ruby/ipaddr/commit/d2ec7cc3ee --- lib/ipaddr.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec index 4244435178..5187f3be11 100644 --- a/lib/ipaddr.gemspec +++ b/lib/ipaddr.gemspec @@ -20,5 +20,5 @@ Both IPv4 and IPv6 are supported. spec.files = ["LICENSE.txt", "README.md", "ipaddr.gemspec", "lib/ipaddr.rb"] spec.require_paths = ["lib"] - spec.required_ruby_version = "> 2.3" + spec.required_ruby_version = ">= 2.3" end