Commit 57de12cf authored by Francisco Juan's avatar Francisco Juan

fix rmagick version

parent 7fa8afdc
......@@ -18,7 +18,7 @@ group :openid do
end
group :rmagick do
gem "rmagick", "~> 1.15.17"
gem "rmagick", ">= 1.15.17"
end
# Use the commented pure ruby gems, if you have not the needed prerequisites on
......
......@@ -51,7 +51,7 @@ DEPENDENCIES
pg (~> 0.9.0)
rails (= 2.3.12)
rdoc (>= 2.4.2)
rmagick (~> 1.15.17)
rmagick (>= 1.15.17)
ruby-openid (~> 2.1.4)
rubytree (~> 0.5.2)
shoulda (~> 2.10.3)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment