在服务端加上imagemagick

This commit is contained in:
guange 2016-07-09 13:39:50 +08:00
parent 99a27766be
commit c7bb53d2bd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ vendor/cache
public/javascripts/wechat/node_modules/
.ruby-version
.access_token
tmux*.log

View File

@ -5,7 +5,7 @@ unless RUBY_PLATFORM =~ /w32/
gem 'iconv'
if RUBY_PLATFORM =~ /darwin/
gem "rmagick", "= 2.15.4" ## osx must be this version
else
elsif RUBY_PLATFORM =~ /linux/
#gem "rmagick", "= 2.13.1" ## centos yum install ImageMagick-devel
end
gem 'certified'