Land #2361, bump packetfu

bug/bundler_fix
James Lee 2013-09-13 16:34:10 -05:00
commit ea89354e61
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ gem 'nokogiri'
# Needed by anemone crawler # Needed by anemone crawler
gem 'robots' gem 'robots'
# Needed by db.rb and Msf::Exploit::Capture # Needed by db.rb and Msf::Exploit::Capture
gem 'packetfu', '1.1.8' gem 'packetfu', '1.1.9'
group :db do group :db do
# Needed for Msf::DbManager # Needed for Msf::DbManager

View File

@ -30,7 +30,7 @@ GEM
network_interface (0.0.1) network_interface (0.0.1)
nokogiri (1.6.0) nokogiri (1.6.0)
mini_portile (~> 0.5.0) mini_portile (~> 0.5.0)
packetfu (1.1.8) packetfu (1.1.9)
pcaprub (0.11.3) pcaprub (0.11.3)
pg (0.16.0) pg (0.16.0)
rake (10.1.0) rake (10.1.0)
@ -67,7 +67,7 @@ DEPENDENCIES
msgpack msgpack
network_interface (~> 0.0.1) network_interface (~> 0.0.1)
nokogiri nokogiri
packetfu (= 1.1.8) packetfu (= 1.1.9)
pcaprub pcaprub
pg (>= 0.11) pg (>= 0.11)
rake (>= 10.0.0) rake (>= 10.0.0)