[ruby/ipaddr] Drop support for Ruby 2.3
https://github.com/ruby/ipaddr/commit/4685fca13d
This commit is contained in:
parent
0de8b533de
commit
19747c1ca6
@ -32,5 +32,5 @@ Both IPv4 and IPv6 are supported.
|
|||||||
spec.files = ["LICENSE.txt", "README.md", "ipaddr.gemspec", "lib/ipaddr.rb"]
|
spec.files = ["LICENSE.txt", "README.md", "ipaddr.gemspec", "lib/ipaddr.rb"]
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
|
|
||||||
spec.required_ruby_version = ">= 2.3"
|
spec.required_ruby_version = ">= 2.4"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user