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:
parent
d65621b636
commit
e62eb9a3fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue