Skip to content

Commit 71c7d1c

Browse files
committed
Stop using webdrivers
selenium-webdriver provides all that is needed now
1 parent c76c1e6 commit 71c7d1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example_app_generator/generate_app.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
# sqlite3 is an optional, unspecified, dependency and Rails 6.0 only supports `~> 1.4`
3232
gsub_file "Gemfile", /.*gem..sqlite3.*/, "gem 'sqlite3', '~> 1.4'"
3333

34-
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers'"
35-
3634
if RUBY_ENGINE == "jruby"
3735
gsub_file "Gemfile", /.*jdbc.*/, ''
3836
end

0 commit comments

Comments
 (0)