Skip to content

Commit 64f6f4b

Browse files
authored
Update example_app_generator/generate_app.rb
1 parent e71243b commit 64f6f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_app_generator/generate_app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
gsub_file "Gemfile", /.*puma.*/, ''
2525
gsub_file "Gemfile", /.*bootsnap.*/, ''
2626
gsub_file "Gemfile", /.*chromedriver-helper.*/, '' if RUBY_VERSION >= "3.0" && Rails::VERSION::STRING >= '7'
27-
gsub_file "Gemfile", /.*webdrivers*/, '' if RUBY_VERSION >= "3.0"
27+
gsub_file "Gemfile", /.*webdrivers.*/, '' if RUBY_VERSION >= "3.0"
2828

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

0 commit comments

Comments
 (0)