mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 13:30:28 +01:00
Stay in RMagick 2.16.0 and don't update to 3.0.0 (#30821).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17875 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -32,7 +32,7 @@ end
|
|||||||
platforms :mri, :mingw, :x64_mingw do
|
platforms :mri, :mingw, :x64_mingw do
|
||||||
# Optional gem for exporting the gantt to a PNG file, not supported with jruby
|
# Optional gem for exporting the gantt to a PNG file, not supported with jruby
|
||||||
group :rmagick do
|
group :rmagick do
|
||||||
gem "rmagick", ">= 2.14.0"
|
gem "rmagick", "~> 2.16.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Optional Markdown support, not for JRuby
|
# Optional Markdown support, not for JRuby
|
||||||
|
|||||||
Reference in New Issue
Block a user