aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2019-07-04 16:17:39 -0700
committerJohn Hawthorn <john@hawthorn.email>2019-07-04 16:17:39 -0700
commit5dbc814ddfde99c4429532886aaec07c8d6ebb74 (patch)
treebeca4e663cb03ca90473714f3f5aeb901bb6150c /Gemfile
parentcd4541a1aa7f306d59d167fade17dff17d57ac75 (diff)
downloadrails-5dbc814ddfde99c4429532886aaec07c8d6ebb74.tar.gz
rails-5dbc814ddfde99c4429532886aaec07c8d6ebb74.tar.bz2
rails-5dbc814ddfde99c4429532886aaec07c8d6ebb74.zip
Bump minimum selenium-webdriver version
Since #36424, we need an newer version in order to pass.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9eb449316c..52914b6698 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"