aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-06-06 13:29:02 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-06-06 13:34:20 +0900
commita6154cf3307e36a3ba58fcfd38726c0073cf03b2 (patch)
treea0864619318cef6c67edf95b9c8948e6fd259ff6 /Gemfile
parentc4d8e057c540dd0ba424dcc5203db1c945b4b412 (diff)
downloadrails-a6154cf3307e36a3ba58fcfd38726c0073cf03b2.tar.gz
rails-a6154cf3307e36a3ba58fcfd38726c0073cf03b2.tar.bz2
rails-a6154cf3307e36a3ba58fcfd38726c0073cf03b2.zip
Unlock `selenium-webdriver` version
`selenium-webdriver` is deprecateing various features for improvement in 4.0. I want to test with the latest version to check if Rails uses deprecated features or not.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 69f277be29..02b9429003 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ gemspec
gem "rake", ">= 11.1"
gem "capybara", ">= 2.15"
-gem "selenium-webdriver", ">= 3.5.0", "< 3.13.0"
+gem "selenium-webdriver", ">= 3.5.0"
gem "rack-cache", "~> 1.2"
gem "sass-rails"