We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71243b commit 64f6f4bCopy full SHA for 64f6f4b
example_app_generator/generate_app.rb
@@ -24,7 +24,7 @@
24
gsub_file "Gemfile", /.*puma.*/, ''
25
gsub_file "Gemfile", /.*bootsnap.*/, ''
26
gsub_file "Gemfile", /.*chromedriver-helper.*/, '' if RUBY_VERSION >= "3.0" && Rails::VERSION::STRING >= '7'
27
- gsub_file "Gemfile", /.*webdrivers*/, '' if RUBY_VERSION >= "3.0"
+ gsub_file "Gemfile", /.*webdrivers.*/, '' if RUBY_VERSION >= "3.0"
28
29
append_to_file 'Gemfile', "gem 'rails-controller-testing'\n"
30
0 commit comments