在服务端加上imagemagick
This commit is contained in:
parent
99a27766be
commit
c7bb53d2bd
|
@ -35,3 +35,4 @@ vendor/cache
|
||||||
public/javascripts/wechat/node_modules/
|
public/javascripts/wechat/node_modules/
|
||||||
.ruby-version
|
.ruby-version
|
||||||
.access_token
|
.access_token
|
||||||
|
tmux*.log
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -5,7 +5,7 @@ unless RUBY_PLATFORM =~ /w32/
|
||||||
gem 'iconv'
|
gem 'iconv'
|
||||||
if RUBY_PLATFORM =~ /darwin/
|
if RUBY_PLATFORM =~ /darwin/
|
||||||
gem "rmagick", "= 2.15.4" ## osx must be this version
|
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
|
#gem "rmagick", "= 2.13.1" ## centos yum install ImageMagick-devel
|
||||||
end
|
end
|
||||||
gem 'certified'
|
gem 'certified'
|
||||||
|
|
Loading…
Reference in New Issue