From dffb2b13699f07d1ee45e09c9bb5083d3a69e8fc Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Thu, 16 May 2019 14:18:23 +0800 Subject: [PATCH] =?UTF-8?q?gem=E8=B0=83=E6=95=B4?= 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 a5bf637a..e6a27782 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ unless RUBY_PLATFORM =~ /w32/ gem 'wkhtmltopdf-binary' elsif RUBY_PLATFORM =~ /linux/ gem "rmagick", "~> 2.13.1" ## centos yum install ImageMagick-devel - gem 'pdfkit' + gem 'pdfkit', "~> 0.8.4.1" gem 'wkhtmltopdf-binary' gem 'rqrcode', '~> 0.10.1' gem 'rqrcode_png'