Marginally improve convert/ffmpeg calls performance with posix-spawn (#7346)
This commit is contained in:
parent
c61ddd8249
commit
a78b27c7cc
2 changed files with 3 additions and 0 deletions
|
@ -381,6 +381,7 @@ GEM
|
|||
pghero (2.1.0)
|
||||
activerecord
|
||||
pkg-config (1.3.0)
|
||||
posix-spawn (0.3.13)
|
||||
powerpack (0.1.1)
|
||||
premailer (1.11.1)
|
||||
addressable
|
||||
|
@ -705,6 +706,7 @@ DEPENDENCIES
|
|||
pg (~> 1.0)
|
||||
pghero (~> 2.1)
|
||||
pkg-config (~> 1.3)
|
||||
posix-spawn (~> 0.3)
|
||||
premailer-rails
|
||||
private_address_check (~> 0.4.1)
|
||||
pry-byebug (~> 3.6)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue