From b5323c890e19f4709b1588465deeabf42da857ef Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Wed, 6 Jun 2012 22:31:43 -0400
Subject: Rake, Rant sisu installer require ruby >= 1.9.3

---
 rbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'rbuild')

diff --git a/rbuild b/rbuild
index a5d17478..f6220de5 100644
--- a/rbuild
+++ b/rbuild
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-raise 'Please, use ruby1.8.4 or later.' if RUBY_VERSION < '1.8.4'
+raise 'Please, use ruby1.9.3 or later.' if RUBY_VERSION < '1.9.3'
 =begin
  Common Rakefile, Rantfile installer for SiSU
    softlink Rakefile and Rantfile to this file
-- 
cgit v1.2.3