From 2e297596b071e36a924fbcda077f1f4391ad3c24 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Thu, 16 Oct 2008 19:56:10 +0000 Subject: [PATCH] Make the 1.8.6 requirement a warning for now git-svn-id: file:///home/svn/framework3/trunk@5762 4d416f70-5f16-0410-b530-b9f4589650da --- lib/packetfu.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/packetfu.rb b/lib/packetfu.rb index 3fba7c2f8c..0221513843 100644 --- a/lib/packetfu.rb +++ b/lib/packetfu.rb @@ -1,5 +1,5 @@ if VERSION < "1.8.6" - raise RuntimeError, "Ruby not at a minimum version of 1.8.6" + $stderr.puts "[*] WARNING: Ruby not at a minimum version of 1.8.6" end require 'bindata'