diff options
Diffstat (limited to 'debian/bin/sisu3')
-rw-r--r-- | debian/bin/sisu3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bin/sisu3 b/debian/bin/sisu3 index 602ecf61..66e57f11 100644 --- a/debian/bin/sisu3 +++ b/debian/bin/sisu3 @@ -3,7 +3,7 @@ #SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information begin def check_sisu_stable_ruby_version? - rbv_sisu_stable='1.8.7' + rbv_sisu_stable='1.9.2' #'1.8.7' if RUBY_VERSION < rbv_sisu_stable raise "Please, use Ruby#{rbv_sisu_stable} or later, current Ruby #{RUBY_VERSION}" else check_incompatible_ruby_build? |