Skip to content

Commit

Permalink
Restore removal chromedriver-helper on 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 12, 2023
1 parent 2d06e09 commit 663f986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_app_generator/generate_app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
gsub_file "Gemfile", /.*debug.*/, ''
gsub_file "Gemfile", /.*puma.*/, ''
gsub_file "Gemfile", /.*bootsnap.*/, ''
gsub_file "Gemfile", /.*chromedriver-helper.*/, '' if RUBY_VERSION >= "3.0"
gsub_file "Gemfile", /.*chromedriver-helper.*/, '' if RUBY_VERSION >= "3.0" && Rails::VERSION::STRING >= '7'

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

Expand Down

0 comments on commit 663f986

Please sign in to comment.