aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ipaddr.gemspec
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-02-28 21:04:53 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2020-02-28 21:05:08 -0800
commit7da11ed738cf238029ce5c152e9a66f247e55b25 (patch)
tree352b538dfcf93b131d7e235934ff58a973f34065 /lib/ipaddr.gemspec
parent2b8559194320946f56c5b009cb30b80d8f5021b2 (diff)
downloadruby-7da11ed738cf238029ce5c152e9a66f247e55b25.tar.gz
Suppress security alerts
https://github.com/advisories/GHSA-jppv-gw3r-w3q8
Diffstat (limited to 'lib/ipaddr.gemspec')
-rw-r--r--lib/ipaddr.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec
index 2de9ef4881..753156af5e 100644
--- a/lib/ipaddr.gemspec
+++ b/lib/ipaddr.gemspec
@@ -23,6 +23,6 @@ Both IPv4 and IPv6 are supported.
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.15"
- spec.add_development_dependency "rake", "~> 10.0"
+ spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "test-unit"
end