Skip to content

Commit 91991e2

Browse files
twalpoleJonRowe
authored andcommitted
Fix builds by swapping to webdrivers instead of locking selenium-webdriver (#2112)
1 parent e10484e commit 91991e2

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
@@ -33,7 +33,7 @@
3333
end
3434

3535
if Rails::VERSION::STRING >= "5.1.0"
36-
gsub_file "Gemfile", /.*selenium-webdriver.*/, "gem 'selenium-webdriver', '<= 3.14'"
36+
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers'"
3737
end
3838

3939
if Rails::VERSION::STRING >= '5.2.0' && Rails::VERSION::STRING < '6'

0 commit comments

Comments
 (0)