From 6bed372ad2d8da87f0f3cfa478e688c48aa94702 Mon Sep 17 00:00:00 2001 From: MIYAGI Hikaru Date: Wed, 16 May 2018 23:52:19 +0900 Subject: Fix posix-spawn to version 0.3.12 (#7517) Because 0.3.13 causes build error in x86 or other ILP32 environments. closes #7453 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1799c2981..d4e707fe1 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem 'nsa', '~> 0.2' gem 'oj', '~> 3.5' gem 'ostatus2', '~> 2.0' gem 'ox', '~> 2.9' -gem 'posix-spawn', '~> 0.3' +gem 'posix-spawn', '0.3.12' gem 'pundit', '~> 1.1' gem 'premailer-rails' gem 'rack-attack', '~> 5.2' -- cgit