打开压缩gem包
This commit is contained in:
parent
e802629d27
commit
db76ca93d8
2
Gemfile
2
Gemfile
|
@ -6,7 +6,7 @@ unless RUBY_PLATFORM =~ /w32/
|
||||||
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