update packetfu dep now that 1.1.13 is released

Please use the release instead of the pre-release
bug/bundler_fix
Zero_Chaos 2017-05-09 11:18:28 -04:00 committed by GitHub
parent 2207891f0a
commit 9295a39c92
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Gem::Specification.new do |spec|
# Needed by anemone crawler
spec.add_runtime_dependency 'nokogiri'
# Needed by db.rb and Msf::Exploit::Capture
spec.add_runtime_dependency 'packetfu', '1.1.13.pre'
spec.add_runtime_dependency 'packetfu', '1.1.13'
# For sniffer and raw socket modules
spec.add_runtime_dependency 'pcaprub'
# Needed for module caching in Mdm::ModuleDetails