1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Specify minimum version.

This commit is contained in:
Samuel Williams 2019-07-09 23:16:23 +12:00 committed by Hiroshi SHIBATA
parent ca024beeba
commit d65621b636
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -19,4 +19,6 @@ 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