aboutsummaryrefslogtreecommitdiffhomepage
path: root/rbuild
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-06-06 22:31:43 -0400
committerRalph Amissah <ralph@amissah.com>2012-06-06 22:31:43 -0400
commitb5323c890e19f4709b1588465deeabf42da857ef (patch)
tree8a861cef22ad96e124eb8b4c6b242880b5584577 /rbuild
parentv3: 3.2.12 version & changelog "opened" (diff)
Rake, Rant sisu installer require ruby >= 1.9.3
Diffstat (limited to 'rbuild')
-rw-r--r--rbuild2
1 files changed, 1 insertions, 1 deletions
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