We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2207891 commit 9295a39Copy full SHA for 9295a39
metasploit-framework.gemspec
@@ -77,7 +77,7 @@ Gem::Specification.new do |spec|
77
# Needed by anemone crawler
78
spec.add_runtime_dependency 'nokogiri'
79
# Needed by db.rb and Msf::Exploit::Capture
80
- spec.add_runtime_dependency 'packetfu', '1.1.13.pre'
+ spec.add_runtime_dependency 'packetfu', '1.1.13'
81
# For sniffer and raw socket modules
82
spec.add_runtime_dependency 'pcaprub'
83
# Needed for module caching in Mdm::ModuleDetails
0 commit comments