Skip to content

Commit

Permalink
[ruby/ipaddr] Drop support for Ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taketo1113 authored and matzbot committed Oct 23, 2024
1 parent 0de8b53 commit 19747c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ipaddr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 19747c1

Please sign in to comment.