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

[ruby/ipaddr] Relaxed Ruby version for 3.0

https://github.com/ruby/ipaddr/commit/90b46678a5
This commit is contained in:
Hiroshi SHIBATA 2020-12-03 17:33:34 +09:00
parent d65621b636
commit e62eb9a3fa

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