From 0c4f8810c8d5232f3289ab9f06dca17db59cd433 Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Mon, 27 Jun 2016 21:36:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=AAcentos?= =?UTF-8?q?=E8=83=BD=E5=AE=89=E8=A3=85=E6=88=90=E5=8A=9F=E7=9A=84rmagick?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 334f15853..b482cb6fd 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://ruby.taobao.org/' unless RUBY_PLATFORM =~ /w32/ # unix-like only gem 'iconv' - gem "rmagick", ">= 2.0.0" + gem "rmagick", "= 2.13.1" ## centos yum install ImageMagick-devel gem 'certified' end