Skip to content

Commit

Permalink
Skip installing webdrivers on Ruby 3+
Browse files Browse the repository at this point in the history
selenium-webdriver will be able to download drivers itself
  • Loading branch information
pirj committed Oct 11, 2023
1 parent 05a6e5e commit 5a93fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example_app_generator/generate_app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
gsub_file "Gemfile", /.*debug.*/, ''
gsub_file "Gemfile", /.*puma.*/, ''
gsub_file "Gemfile", /.*bootsnap.*/, ''
gsub_file "Gemfile", /.*chromedriver-helper.*/, '' if RUBY_VERSION >= "3.0"

append_to_file 'Gemfile', "gem 'rails-controller-testing'\n"

Expand Down

0 comments on commit 5a93fff

Please sign in to comment.