Skip to content

Commit fd05cea

Browse files
committed
Update packetfu and remove version lock
1 parent 9295a39 commit fd05cea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ PATH
5656
octokit
5757
openssl-ccm
5858
openvas-omp
59-
packetfu (= 1.1.13.pre)
59+
packetfu
6060
patch_finder
6161
pcaprub
6262
pg
@@ -254,7 +254,7 @@ GEM
254254
openssl-ccm (1.2.1)
255255
openvas-omp (0.0.4)
256256
os (0.9.6)
257-
packetfu (1.1.13.pre)
257+
packetfu (1.1.13)
258258
pcaprub
259259
patch_finder (1.0.2)
260260
pcaprub (0.12.4)

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'
80+
spec.add_runtime_dependency 'packetfu'
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)