diff options
author | Takashi Kokubun <[email protected]> | 2020-02-28 21:04:53 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2020-02-28 21:05:08 -0800 |
commit | 7da11ed738cf238029ce5c152e9a66f247e55b25 () | |
tree | 352b538dfcf93b131d7e235934ff58a973f34065 /lib/ipaddr.gemspec | |
parent | 2b8559194320946f56c5b009cb30b80d8f5021b2 (diff) |
Suppress security alerts
https://.com/advisories/GHSA-jppv-gw3r-w3q8
-rw-r--r-- | lib/ipaddr.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "test-unit" end |