Skip to content

Commit 90b4667

Browse files
committed
Relaxed Ruby version for 3.0
1 parent 2899dc1 commit 90b4667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipaddr.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Both IPv4 and IPv6 are supported.
2020
spec.files = ["LICENSE.txt", "README.md", "ipaddr.gemspec", "lib/ipaddr.rb"]
2121
spec.require_paths = ["lib"]
2222

23-
spec.required_ruby_version = "~> 2.3"
23+
spec.required_ruby_version = "> 2.3"
2424
end

0 commit comments

Comments
 (0)