about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-05-04 13:22:23 +0200
committerGitHub <noreply@github.com>2018-05-04 13:22:23 +0200
commita78b27c7cce9529e49e1572ac77b6081b60003b2 (patch)
treea2eed9b69a0a87fa2d5a9a3da0fe428b96842ab1 /Gemfile.lock
parentc61ddd82495f8997fc3034faa8281165f553280c (diff)
Marginally improve convert/ffmpeg calls performance with posix-spawn (#7346)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index cbb7dbb7f..f4be9bf9c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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)