aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2016-01-24 21:13:40 +1030
committerMatthew Draper <matthew@trebex.net>2016-01-24 21:13:40 +1030
commit9ff28c10ebad0d4781603499a3e3b1d7fd5fbd2c (patch)
tree7ee3ca515ce68e25fea47d97e3fd439ab9c55524 /Gemfile
parent7363ad43f598d6833d3c773f56e58a9f5d6e2e1f (diff)
downloadrails-9ff28c10ebad0d4781603499a3e3b1d7fd5fbd2c.tar.gz
rails-9ff28c10ebad0d4781603499a3e3b1d7fd5fbd2c.tar.bz2
rails-9ff28c10ebad0d4781603499a3e3b1d7fd5fbd2c.zip
Add tests for the ActionCable adapters
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1fbf1dd52e..b69c05025f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -63,6 +63,9 @@ end
# Action Cable
group :cable do
gem 'puma', require: false
+
+ gem 'em-hiredis', require: false
+ gem 'redis', require: false
end
# Add your own local bundler stuff.