Skip to content

Commit 1acaae3

Browse files
committed
Attempt to pin webdrivers on older Rails / Ruby
1 parent 64f6f4b commit 1acaae3

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
# sqlite3 is an optional, unspecified, dependency and Rails 6.0 only supports `~> 1.4`
3434
gsub_file "Gemfile", /.*gem..sqlite3.*/, "gem 'sqlite3', '~> 1.4'"
3535

36-
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers'"
36+
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers', '~> 5.3.0'"
3737

3838
if RUBY_ENGINE == "jruby"
3939
gsub_file "Gemfile", /.*jdbc.*/, ''

0 commit comments

Comments
 (0)