summaryrefslogtreecommitdiff
path: root/lib/ipaddr.gemspec
diff options
context:
space:
mode:
authorTaketo Takashima <[email protected]>2024-10-23 08:32:50 +0900
committergit <[email protected]>2024-10-23 04:07:30 +0000
commit19747c1ca6b236310a96dc1167a1ca56f9f89fdf ()
treeba65458a7330b913fa6715b0cd63b9f27ccc6515 /lib/ipaddr.gemspec
parent0de8b533de4b4a4ef748928e58979e7386402aa7 (diff)
[ruby/ipaddr] Drop support for Ruby 2.3
https://.com/ruby/ipaddr/commit/4685fca13d
-rw-r--r--lib/ipaddr.gemspec2
1 files changed, 1 insertions, 1 deletions
@@ -32,5 +32,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"
end