Make the 1.8.6 requirement a warning for now

git-svn-id: file:///home/svn/framework3/trunk@5762 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2008-10-16 19:56:10 +00:00
parent 324afdf262
commit 2e297596b0
1 changed files with 1 additions and 1 deletions

View File

@ -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'