From c03d5b2c52dc26a3fc53b593c6e7c6325d4816e8 Mon Sep 17 00:00:00 2001 From: David Yip Date: Fri, 4 May 2018 10:11:45 -0500 Subject: [PATCH] Remove duplicate posix-spawn entry from Gemfile. --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 990c435392..500628ad1d 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,6 @@ gem 'nsa', '~> 0.2' gem 'oj', '~> 3.5' gem 'ostatus2', '~> 2.0' gem 'ox', '~> 2.9' -gem 'posix-spawn', '~> 0.3' gem 'pundit', '~> 1.1' gem 'premailer-rails' gem 'rack-attack', '~> 5.2'