图片压缩的gemfile改下

This commit is contained in:
yuanke 2016-10-21 14:57:44 +08:00
parent db76ca93d8
commit ac4205e08d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ unless RUBY_PLATFORM =~ /w32/
if RUBY_PLATFORM =~ /darwin/
gem "rmagick", "= 2.15.4" ## osx must be this version
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
gem 'certified'
gem 'net-ssh', '2.9.1'