From c70b30512233fa05b914ccb9c78cd79df0558432 Mon Sep 17 00:00:00 2001 From: Ralf Teusner Date: Thu, 22 Feb 2018 16:57:05 +0100 Subject: [PATCH] fixed typo --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 05771020..e71bead4 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'uglifier' gem 'will_paginate' gem 'tubesock' gem 'faye-websocket' -gem 'eventmachine', '1.0.9.1' # explicitly added, this is used by faye-websocket, version 1.25 still has an error in eventmachine.rb:202: [BUG] Segmentation fault, which is not yet fixed and causes the whole ruby process to crash +gem 'eventmachine', '1.0.9.1' # explicitly added, this is used by faye-websocket, version 1.2.5 still has an error in eventmachine.rb:202: [BUG] Segmentation fault, which is not yet fixed and causes the whole ruby process to crash gem 'nokogiri' gem 'd3-rails' gem 'rest-client'