Skip to content
Snippets Groups Projects
Unverified Commit a78b27c7 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Marginally improve convert/ffmpeg calls performance with posix-spawn (#7346)

parent c61ddd82
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ gem 'nsa', '~> 0.2' ...@@ -60,6 +60,7 @@ gem 'nsa', '~> 0.2'
gem 'oj', '~> 3.5' gem 'oj', '~> 3.5'
gem 'ostatus2', '~> 2.0' gem 'ostatus2', '~> 2.0'
gem 'ox', '~> 2.9' gem 'ox', '~> 2.9'
gem 'posix-spawn', '~> 0.3'
gem 'pundit', '~> 1.1' gem 'pundit', '~> 1.1'
gem 'premailer-rails' gem 'premailer-rails'
gem 'rack-attack', '~> 5.2' gem 'rack-attack', '~> 5.2'
......
...@@ -381,6 +381,7 @@ GEM ...@@ -381,6 +381,7 @@ GEM
pghero (2.1.0) pghero (2.1.0)
activerecord activerecord
pkg-config (1.3.0) pkg-config (1.3.0)
posix-spawn (0.3.13)
powerpack (0.1.1) powerpack (0.1.1)
premailer (1.11.1) premailer (1.11.1)
addressable addressable
...@@ -705,6 +706,7 @@ DEPENDENCIES ...@@ -705,6 +706,7 @@ DEPENDENCIES
pg (~> 1.0) pg (~> 1.0)
pghero (~> 2.1) pghero (~> 2.1)
pkg-config (~> 1.3) pkg-config (~> 1.3)
posix-spawn (~> 0.3)
premailer-rails premailer-rails
private_address_check (~> 0.4.1) private_address_check (~> 0.4.1)
pry-byebug (~> 3.6) pry-byebug (~> 3.6)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment