From a6154cf3307e36a3ba58fcfd38726c0073cf03b2 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Thu, 6 Jun 2019 13:29:02 +0900 Subject: 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. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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" -- cgit v1.2.3