From a2f0834877bb05ea8725407ae7a41bb20007c2c3 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Thu, 12 Sep 2013 17:24:11 -0500 Subject: [PATCH] Bump requirement for packetfu Not sure why this version is pinned, I'm pretty trustworthy. I would love to see @jlee-r7 or @hdm-r7 land this, since they were the ones who so a problem with binary regexes in 1.1.8 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ba5b88d77d..053262d6bd 100755 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'nokogiri' # Needed by anemone crawler gem 'robots' # Needed by db.rb and Msf::Exploit::Capture -gem 'packetfu', '1.1.8' +gem 'packetfu', '1.1.9' group :db do # Needed for Msf::DbManager