Set eventmachine to older version to prevent websocket connection issues
This commit is contained in:
1
Gemfile
1
Gemfile
@ -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'
|
||||
|
Reference in New Issue
Block a user