图片压缩问题
This commit is contained in:
parent
decd5e49ac
commit
465f4c91bb
4
Gemfile
4
Gemfile
|
@ -4,9 +4,9 @@ unless RUBY_PLATFORM =~ /w32/
|
||||||
# unix-like only
|
# unix-like only
|
||||||
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
|
||||||
elsif RUBY_PLATFORM =~ /linux/
|
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'
|
||||||
gem 'net-ssh', '2.9.1'
|
gem 'net-ssh', '2.9.1'
|
||||||
|
|
Loading…
Reference in New Issue