about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-05-04 09:51:18 -0500
committerDavid Yip <yipdw@member.fsf.org>2018-05-04 09:51:18 -0500
commite41332c37be6ff7147e76edba8337636430433e3 (patch)
treeb54b8dd964c04b1495e117939982a8046f01d2c2 /Gemfile
parent77a92d3260bdfeeb5ef14f53ced3a9d480053e0f (diff)
Make posix-spawn spec in Gemfile match what's in Gemfile.lock.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c7d1b9354..990c43539 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'