Set eventmachine to older version to prevent websocket connection issues

This commit is contained in:
Sebastian Serth
2018-10-15 15:43:39 +02:00
parent d7befd60e5
commit 45694ca838
2 changed files with 10 additions and 8 deletions

View File

@ -29,6 +29,7 @@ gem 'turbolinks'
gem 'uglifier'
gem 'tubesock', git: 'https://github.com/gosukiwi/tubesock', branch: 'patch-1' # Switch to a fork which is compatible with Rails 5
gem 'faye-websocket'
gem 'eventmachine', '1.0.9.1' # explicitly added, this is used by faye-websocket, newer versions might crash or
gem 'nokogiri'
gem 'd3-rails'
gem 'webpacker'