about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorMIYAGI Hikaru <hcmiya@users.noreply.github.com>2018-05-16 23:52:19 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-05-16 16:52:19 +0200
commit6bed372ad2d8da87f0f3cfa478e688c48aa94702 (patch)
treee00941f6706b1d0ea4d28672ed5ff7edac0f0282 /Gemfile.lock
parent5e87c79d25329ee9fe1e32454660cbf3d6567670 (diff)
Fix posix-spawn to version 0.3.12 (#7517)
Because 0.3.13 causes build error in x86 or other ILP32 environments.
closes #7453
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 6b7651b77..3c798d8ca 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -387,7 +387,7 @@ GEM
     pghero (2.1.0)
       activerecord
     pkg-config (1.3.0)
-    posix-spawn (0.3.13)
+    posix-spawn (0.3.12)
     powerpack (0.1.1)
     premailer (1.11.1)
       addressable
@@ -711,7 +711,7 @@ DEPENDENCIES
   pg (~> 1.0)
   pghero (~> 2.1)
   pkg-config (~> 1.3)
-  posix-spawn (~> 0.3)
+  posix-spawn (= 0.3.12)
   premailer-rails
   private_address_check (~> 0.4.1)
   pry-byebug (~> 3.6)