Added a fallback for mini_magic + ImageMagic for platforms where it is more than difficult to compile the ImageResizer

This commit is contained in:
Robin Liao
2011-09-03 00:26:28 -07:00
parent 31863738c1
commit 8f4720b1d8
4 changed files with 24 additions and 1 deletions

View File

@@ -31,3 +31,7 @@ gem "whenever", :require => false
group :development do
gem 'pry'
end
group :osx do
gem 'mini_magick'
end