From c53c017748ea9d245bba6b672305eefd305b484e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Hal=C3=A1sz?= Date: Fri, 7 Dec 2018 19:33:41 +0100 Subject: [PATCH] Consume surro-gate from github as this way the gemspec gets evaluated --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0c797f71f1b..16714a38481 100644 --- a/Gemfile +++ b/Gemfile @@ -206,7 +206,7 @@ group :web_server, :manageiq_default do end group :web_socket, :manageiq_default do - gem "surro-gate", "~>1.0.2" + gem "surro-gate", :git => "https://github.com/skateman/surro-gate" gem "websocket-driver", "~>0.6.3" end