Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-06-03 18:15:58 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-06-03 18:18:52 +0300
commit0b648a492060654126de86d813c1b877535de832 (patch)
tree2cc1320d2167cc996f41edd78b1d5442995d20e9 /Gemfile
parentfe0ebf76c49e2512b211c5d43152275c536f7e3a (diff)
Update selenium-webdriver to 3.12.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 68c7b3dcb08..e3e7ef2aa27 100644
--- a/Gemfile
+++ b/Gemfile
@@ -342,7 +342,7 @@ group :development, :test do
gem 'capybara', '~> 2.15'
gem 'capybara-screenshot', '~> 1.0.0'
- gem 'selenium-webdriver', '~> 3.5'
+ gem 'selenium-webdriver', '~> 3.12'
gem 'spring', '~> 2.0.0'
gem 'spring-commands-rspec', '~> 1.0.4'