From: Go MAEDA Date: Mon, 18 Feb 2019 08:40:24 +0000 (+0000) Subject: Merged r17875 from trunk to 3.4-stable (#30821). X-Git-Tag: 3.4.9~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=797c83f7c8ebb943208b20b27e9d89cb2186f255;p=redmine.git Merged r17875 from trunk to 3.4-stable (#30821). git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17877 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 37e6b268f..aa9a34d9d 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,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