aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-10-19 11:01:52 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2017-10-19 11:01:52 -0500
commit4dcf12a340f82fb01453ef3b7aca6df756bdaa65 (patch)
tree5bae45481d1598e8b8704cf319808b7e0f295237 /Gemfile
parentb7bf70982395ee5fd2e89064f87f268eeddb9d6d (diff)
downloadrails-4dcf12a340f82fb01453ef3b7aca6df756bdaa65.tar.gz
rails-4dcf12a340f82fb01453ef3b7aca6df756bdaa65.tar.bz2
rails-4dcf12a340f82fb01453ef3b7aca6df756bdaa65.zip
PhantomJS is abandoned, replace it with Selenium/Chrome headless
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f545dd5fa1..38125cf0cc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -102,6 +102,11 @@ group :storage do
gem "mini_magick"
end
+group :ujs do
+ gem "qunit-selenium"
+ gem "chromedriver-helper"
+end
+
# Add your own local bundler stuff.
local_gemfile = File.expand_path(".Gemfile", __dir__)
instance_eval File.read local_gemfile if File.exist? local_gemfile