From 326dffbc2900e37a3db207c902d07ea70730976d Mon Sep 17 00:00:00 2001 From: Gregor Schmidt Date: Sat, 19 Mar 2011 17:12:29 +0100 Subject: [PATCH] [#290] Adding rmagick, making it opt-out using version < 2.0 since later versions do not work w/o backports on Debian Lenny --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 196da5f7..7289f612 100644 --- a/Gemfile +++ b/Gemfile @@ -16,6 +16,10 @@ group :openid do gem "ruby-openid", '~> 2.1.4', :require => 'openid' end +group :rmagick do + gem "rmagick", "~> 1.15.17" +end + # Use the commented pure ruby gems, if you have not the needed prerequisites on # board to compile the native ones. Note, that their use is discouraged, since # their integration is propbably not that well tested and their are slower in