diff options
author | Taketo Takashima <[email protected]> | 2024-10-23 08:32:50 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-10-23 04:07:30 +0000 |
commit | 19747c1ca6b236310a96dc1167a1ca56f9f89fdf () | |
tree | ba65458a7330b913fa6715b0cd63b9f27ccc6515 /lib/ipaddr.gemspec | |
parent | 0de8b533de4b4a4ef748928e58979e7386402aa7 (diff) |
[ruby/ipaddr] Drop support for Ruby 2.3
https://.com/ruby/ipaddr/commit/4685fca13d
-rw-r--r-- | lib/ipaddr.gemspec | 2 |
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 |