Don't require a very old rmagick by default.
There's a hint in the Gemfile for people with older distress.
This commit is contained in:
parent
8315cd73f3
commit
a17ae46187
14
Gemfile
14
Gemfile
@ -23,7 +23,19 @@ group :openid do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :rmagick do
|
group :rmagick do
|
||||||
gem "rmagick", "~> 1.15.17"
|
gem "rmagick"
|
||||||
|
# Older distributions might not have a sufficiently new ImageMagick version for
|
||||||
|
# the current rmagick release (current rmagick is rmagick 2, which requires
|
||||||
|
# ImageMagick 6.3.0 or above). If this is the case for you, comment the line
|
||||||
|
# above this comment block and uncomment the one underneath it to get an rmagick
|
||||||
|
# version known to work on older distros.
|
||||||
|
# The following distros (there might be more) don't ship with a new enough
|
||||||
|
# ImageMagick version:
|
||||||
|
# * Ubuntu 8.04 and older
|
||||||
|
# * Debian (except testing)
|
||||||
|
# * CentOS 5 and older
|
||||||
|
# * RedHat 5 and older
|
||||||
|
#gem "rmagick", "~> 1.15.17"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Use the commented pure ruby gems, if you have not the needed prerequisites on
|
# Use the commented pure ruby gems, if you have not the needed prerequisites on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user