Bump minimum selenium-webdriver version

Since #36424, we need an newer version in order to pass.
This commit is contained in:
John Hawthorn 2019-07-04 16:17:39 -07:00
parent cd4541a1aa
commit 5dbc814ddf
2 changed files with 2 additions and 2 deletions

@ -10,7 +10,7 @@ gemspec
gem "rake", ">= 11.1"
gem "capybara", ">= 2.15"
gem "selenium-webdriver", ">= 3.5.0"
gem "selenium-webdriver", ">= 3.141.592"
gem "rack-cache", "~> 1.2"
gem "sass-rails"

@ -582,7 +582,7 @@ DEPENDENCIES
rubocop-rails
sass-rails
sdoc (~> 1.0)
selenium-webdriver (>= 3.5.0)
selenium-webdriver (>= 3.141.592)
sequel
sidekiq
sneakers