Browse Source

Make posix-spawn spec in Gemfile match what's in Gemfile.lock.

closed-social-glitch-2
David Yip 6 years ago
parent
commit
e41332c37b
No known key found for this signature in database GPG Key ID: 7DA0036508FCC0CC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Gemfile

+ 1
- 1
Gemfile View File

@ -19,7 +19,7 @@ gem 'fog-local', '~> 0.5', require: false
gem 'fog-openstack', '~> 0.1', require: false
gem 'paperclip', '~> 6.0'
gem 'paperclip-av-transcoder', '~> 0.6'
gem 'posix-spawn'
gem 'posix-spawn', '~> 0.3'
gem 'streamio-ffmpeg', '~> 3.0'
gem 'active_model_serializers', '~> 0.10'

Loading…
Cancel
Save