Skip to content

Commit 9295a39

Browse files
authored
update packetfu dep now that 1.1.13 is released
Please use the release instead of the pre-release
1 parent 2207891 commit 9295a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Gem::Specification.new do |spec|
7777
# Needed by anemone crawler
7878
spec.add_runtime_dependency 'nokogiri'
7979
# Needed by db.rb and Msf::Exploit::Capture
80-
spec.add_runtime_dependency 'packetfu', '1.1.13.pre'
80+
spec.add_runtime_dependency 'packetfu', '1.1.13'
8181
# For sniffer and raw socket modules
8282
spec.add_runtime_dependency 'pcaprub'
8383
# Needed for module caching in Mdm::ModuleDetails

0 commit comments

Comments
 (0)