Fix posix-spawn to version 0.3.12 (#7517)

Because 0.3.13 causes build error in x86 or other ILP32 environments.
closes #7453
This commit is contained in:
MIYAGI Hikaru
2018-05-16 23:52:19 +09:00
committed by Eugen Rochko
parent 5e87c79d25
commit 6bed372ad2
2 changed files with 3 additions and 3 deletions

View File

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