summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-03 17:39:15 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-03 17:48:32 +0900
commit1af8a0a95ecc606cb57f8bce82288b6c263d9631 (patch)
tree4cf973527e57fe6ff293f4485a81b29c5b621f0e
parente62eb9a3fa627b42eb4445688afc46bd28c0def4 (diff)
[ruby/ipaddr] fixup 90b46678a5b09ed32612b0629b7c51c6d39a0444
https://github.com/ruby/ipaddr/commit/d2ec7cc3ee
-rw-r--r--lib/ipaddr.gemspec2
1 files changed, 1 insertions, 1 deletions
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