diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-04 13:22:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 13:22:23 +0200 |
commit | a78b27c7cce9529e49e1572ac77b6081b60003b2 (patch) | |
tree | a2eed9b69a0a87fa2d5a9a3da0fe428b96842ab1 /Gemfile | |
parent | c61ddd82495f8997fc3034faa8281165f553280c (diff) |
Marginally improve convert/ffmpeg calls performance with posix-spawn (#7346)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
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' |