Browse Source

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

pull/4/head
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
a78b27c7cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      Gemfile
  2. +2
    -0
      Gemfile.lock

+ 1
- 0
Gemfile View File

@ -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'

+ 2
- 0
Gemfile.lock View File

@ -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…
Cancel
Save