From c6b11511979df5c9667c976877d365a4d9dca417 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sat, 20 Aug 2016 15:52:42 -0500 Subject: [PATCH] Update eventmachine to 1.2.0.1 Our previous version - `1.0.7` - is not compatible with OS X El Capitan. Upgrading to the latest version fixed this issue. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc840560..1d6a8f18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM diff-lcs (1.2.5) docile (1.1.5) erubis (2.7.0) - eventmachine (1.0.7) + eventmachine (1.2.0.1) execjs (2.6.0) factory_girl (4.5.0) activesupport (>= 3.0.0) @@ -279,4 +279,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.10.6 + 1.11.2