Skip to content

Commit 547c794

Browse files
author
Sam Phippen
authored
Merge branch 'master' into 4-0-dev
2 parents 5908d89 + 91991e2 commit 547c794

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
@@ -43,7 +43,7 @@
4343
if RUBY_VERSION < "2.4"
4444
gsub_file "Gemfile", /.*capybara.*/, "gem 'capybara', '~> 3.10.0'"
4545
end
46-
gsub_file "Gemfile", /.*selenium-webdriver.*/, "gem 'selenium-webdriver', '<= 3.14'"
46+
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers'
4747
end
4848
4949
if Rails::VERSION::STRING >= '5.2.0' && Rails::VERSION::STRING < '6'

0 commit comments

Comments
 (0)