Skip to content

Commit

Permalink
Added redis gem for supporting ActionCable redis backend
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Aug 31, 2017
1 parent 1cb1f3e commit 948b104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ group :web_server, :manageiq_default do
end

group :web_socket, :manageiq_default do
gem "redis", "~>3.0"
gem "websocket-driver", "~>0.6.3"
end

Expand Down

0 comments on commit 948b104

Please sign in to comment.