Skip to content

Commit d0937af

Browse files
committed
Specify all the versions without Ruby version constraint
1 parent 92655a2 commit d0937af

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
# webdrivers 4 up until 4.3.0 don't specify `required_ruby_version`, but contain
4444
# Ruby 2.2-incompatible syntax (safe navigation).
4545
# That basically means we use pre-4.0 for Ruby 2.2, and 4.3+ for newer Rubies.
46-
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers', '!= 4.0', '!= 4.1', '!= 4.2'"
46+
gsub_file "Gemfile", /.*chromedriver-helper.*/, "gem 'webdrivers', '!= 4.0.0', '!= 4.0.1', '!= 4.1.0', '!= 4.1.1', '!= 4.1.2', '!= 4.1.3', '!= 4.2.0'"
4747
end
4848

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

0 commit comments

Comments
 (0)