Skip to content

Commit

Permalink
Merge pull request #18919 from skateman/load-websocket-driver
Browse files Browse the repository at this point in the history
Explicitly require the websocket driver in the remote console server
  • Loading branch information
Fryguy authored Jun 27, 2019
2 parents 1a77d38 + 9d33625 commit 980e45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/remote_console/rack_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# hash has been used to access the corresponding wrappers.

require 'surro-gate'
require 'websocket/driver'

module RemoteConsole
class RackServer
Expand Down

0 comments on commit 980e45f

Please sign in to comment.