From: Go MAEDA Date: Mon, 18 Feb 2019 08:15:22 +0000 (+0000) Subject: Stay in RMagick 2.16.0 and don't update to 3.0.0 (#30821). X-Git-Tag: 4.1.0~1110 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=979b0b6331db287179661594e22539331c1d8fb3;p=redmine.git 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 --- diff --git a/Gemfile b/Gemfile index ffc51245b..83f488415 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ end platforms :mri, :mingw, :x64_mingw do # Optional gem for exporting the gantt to a PNG file, not supported with jruby group :rmagick do - gem "rmagick", ">= 2.14.0" + gem "rmagick", "~> 2.16.0" end # Optional Markdown support, not for JRuby