Skip to content

Commit

Permalink
Stop using webdrivers
Browse files Browse the repository at this point in the history
selenium-webdriver provides all that is needed now
  • Loading branch information
jcoyne committed Oct 13, 2023
1 parent c76c1e6 commit 71c7d1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example_app_generator/generate_app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
# sqlite3 is an optional, unspecified, dependency and Rails 6.0 only supports `~> 1.4`
gsub_file "Gemfile", /.*gem..sqlite3.*/, "gem 'sqlite3', '~> 1.4'"

gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers'"

if RUBY_ENGINE == "jruby"
gsub_file "Gemfile", /.*jdbc.*/, ''
end
Expand Down

0 comments on commit 71c7d1c

Please sign in to comment.