summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-07-09 23:16:23 +1200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-03 17:37:08 +0900
commitd65621b636e1eb89696f13f4076e53d54710cb3f (patch)
treee67980c7fc7123e5d065948286fd361df496e6aa
parentca024beeba93340aefff6dde6ee3ac35d9b03352 (diff)
Specify minimum version.
-rw-r--r--lib/ipaddr.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec
index 8284eb985b..c794443f98 100644
--- a/lib/ipaddr.gemspec
+++ b/lib/ipaddr.gemspec
@@ -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