diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-03-30 23:48:41 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-03-30 23:53:38 -0400 |
commit | 3839decb9384232ff8b8697daffc394fd5919143 (patch) | |
tree | 55e2457461491d5bd05d543bfd97483256705f32 /debian/bin/sisu_webrick | |
parent | debian/control, depends, graphicsmagick if not imagemagick (diff) |
debian/bin/sisu* force use of 1.9.2, guarantee dependencies
Diffstat (limited to 'debian/bin/sisu_webrick')
-rw-r--r-- | debian/bin/sisu_webrick | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bin/sisu_webrick b/debian/bin/sisu_webrick index 7b7d2ea1..e5708911 100644 --- a/debian/bin/sisu_webrick +++ b/debian/bin/sisu_webrick @@ -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? |