]> cat aescling's git repositories - mastodon.git/commitdiff
optimize paperclip
authorncls7615 <himasoto@gmail.com>
Tue, 12 Dec 2017 03:29:09 +0000 (12:29 +0900)
committerncls7615 <himasoto@gmail.com>
Tue, 12 Dec 2017 03:29:09 +0000 (12:29 +0900)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index e43b1a2566e9e9dc2116eb6c996943ac1afc141d..9edfb12677ebcf248c4ba4f510f1d6da30df4029 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -20,6 +20,7 @@ gem 'fog-local', '~> 0.4', require: false
 gem 'fog-openstack', '~> 0.1', require: false
 gem 'paperclip', '~> 5.1'
 gem 'paperclip-av-transcoder', '~> 0.6'
+gem 'posix-spawn'
 
 gem 'active_model_serializers', '~> 0.10'
 gem 'addressable', '~> 2.5'
index 5f050d031b65e67b0511ba2c3524cae487527685..f839c19ad9424805033868aad14ab05011772ae6 100644 (file)
@@ -324,6 +324,7 @@ GEM
     pghero (1.7.0)
       activerecord
     pkg-config (1.2.8)
+    posix-spawn (0.3.13)
     powerpack (0.1.1)
     pry (0.11.3)
       coderay (~> 1.1.0)
@@ -601,6 +602,7 @@ DEPENDENCIES
   pg (~> 0.20)
   pghero (~> 1.7)
   pkg-config (~> 1.2)
+  posix-spawn
   pry-rails (~> 0.3)
   puma (~> 3.10)
   pundit (~> 1.1)