aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2019-03-24 16:33:24 -0500
committerGitHub <noreply@github.com>2019-03-24 16:33:24 -0500
commitdf51b75f1285cf952864fcc59409dd8bcf78c5a8 (patch)
tree48020abd69f24f2b898bb6b49271f3cb697b282e /Gemfile
parentb4ca05ea43b1033c3f65d23d3b7b624e0e293a35 (diff)
parent895edbcf406acfe1684bd41a4e3fb901b2ad6d6c (diff)
downloadrails-df51b75f1285cf952864fcc59409dd8bcf78c5a8.tar.gz
rails-df51b75f1285cf952864fcc59409dd8bcf78c5a8.tar.bz2
rails-df51b75f1285cf952864fcc59409dd8bcf78c5a8.zip
Merge pull request #35732 from rails/webdrivers
Replace chromedriver-helper with webdrivers
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d5c2ee9d28..53f8512cc5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -92,7 +92,7 @@ gem "webmock"
group :ujs do
gem "qunit-selenium"
- gem "chromedriver-helper"
+ gem "webdrivers"
end
# Add your own local bundler stuff.