1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/ipaddr] fixup 90b46678a5b09ed32612b0629b7c51c6d39a0444

https://github.com/ruby/ipaddr/commit/d2ec7cc3ee
This commit is contained in:
Hiroshi SHIBATA 2020-12-03 17:39:15 +09:00
parent e62eb9a3fa
commit 1af8a0a95e

View file

@ -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