From a78b27c7cce9529e49e1572ac77b6081b60003b2 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 4 May 2018 13:22:23 +0200 Subject: Marginally improve convert/ffmpeg calls performance with posix-spawn (#7346) --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index c5f1ab681..98718f87d 100644 --- a/Gemfile +++ b/Gemfile @@ -60,6 +60,7 @@ gem 'nsa', '~> 0.2' gem 'oj', '~> 3.5' gem 'ostatus2', '~> 2.0' gem 'ox', '~> 2.9' +gem 'posix-spawn', '~> 0.3' gem 'pundit', '~> 1.1' gem 'premailer-rails' gem 'rack-attack', '~> 5.2' -- cgit