aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-05-09 15:42:28 -0400
committerJeremy Daer <jeremydaer@gmail.com>2016-05-25 09:21:28 -0700
commit8cfce058d9d002526fd93e66957f8359985c92bf (patch)
treef8fcab1332fc01d87196c4233d32f8d03ce6a16b /Gemfile
parentbf219714dce494f5b69cb7dd9b8c43a68a4988da (diff)
downloadrails-8cfce058d9d002526fd93e66957f8359985c92bf.tar.gz
rails-8cfce058d9d002526fd93e66957f8359985c92bf.tar.bz2
rails-8cfce058d9d002526fd93e66957f8359985c92bf.zip
CI: run Action Cable browser tests in Sauce Labs
Allow failures until test runs are consistently stable, not hanging. Closes #24943. Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 776d39d569..858aa55916 100644
--- a/Gemfile
+++ b/Gemfile
@@ -64,7 +64,9 @@ group :cable do
gem 'redis', require: false
gem 'faye-websocket', require: false
+
gem 'blade', '~> 0.5.5', require: false
+ gem 'blade-sauce_labs_plugin', github: 'javan/blade-sauce_labs_plugin', require: false
end
# Add your own local bundler stuff.