From 19747c1ca6b236310a96dc1167a1ca56f9f89fdf Mon Sep 17 00:00:00 2001 From: Taketo Takashima Date: Wed, 23 Oct 2024 08:32:50 +0900 Subject: [PATCH] [ruby/ipaddr] Drop support for Ruby 2.3 https://github.com/ruby/ipaddr/commit/4685fca13d --- lib/ipaddr.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec index 1f4798e43a..5719f83fc4 100644 --- a/lib/ipaddr.gemspec +++ b/lib/ipaddr.gemspec @@ -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" + spec.required_ruby_version = ">= 2.4" end