[ruby/ipaddr] Drop support for Ruby 2.3

https://github.com/ruby/ipaddr/commit/4685fca13d
This commit is contained in:
Taketo Takashima 2024-10-23 08:32:50 +09:00 committed by git
parent 0de8b533de
commit 19747c1ca6

View File

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