From 979b0b6331db287179661594e22539331c1d8fb3 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 18 Feb 2019 08:15:22 +0000 Subject: [PATCH] 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5