aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2016-10-06 11:41:18 +1030
committerMatthew Draper <matthew@trebex.net>2016-10-06 12:51:26 +1030
commitacd7ba795ed0f69691b7e6879f17fa50d7664ea0 (patch)
treecd79085d4b31aa86ab67bc6b76fa900f83948a2c /Gemfile
parent4a7c5685c86d0349c98b2725ad01aa70ebcc3581 (diff)
downloadrails-acd7ba795ed0f69691b7e6879f17fa50d7664ea0.tar.gz
rails-acd7ba795ed0f69691b7e6879f17fa50d7664ea0.tar.bz2
rails-acd7ba795ed0f69691b7e6879f17fa50d7664ea0.zip
Use a branch of websocket-client-simple, to work around read/close race
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e4d625d47c..6df626828c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -72,7 +72,7 @@ group :cable do
gem "hiredis", require: false
gem "redis", require: false
- gem "websocket-client-simple", require: false
+ gem "websocket-client-simple", github: "matthewd/websocket-client-simple", branch: "close-race", require: false
gem "blade", require: false, platforms: [:ruby]
gem "blade-sauce_labs_plugin", require: false, platforms: [:ruby]