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:
authorStan Hu <stanhu@gmail.com>2019-01-03 09:57:02 +0300
committerStan Hu <stanhu@gmail.com>2019-01-03 10:01:24 +0300
commit1425ee50b87a59a24602994c03e13c7004b22e4b (patch)
tree4a1e6c11e2e6bcc7b418aca9e1e12b88f64831c8 /qa/Gemfile
parentbf38936fb34e18e18cb4ed81f4fb35ac9420bfd6 (diff)
Update gems in Gemfile and qa/Gemfile to be consistent
This will allow developers to run `bundle install` on both directories and avoid additional calls to RubyGems for local development. Also sets up the possibility of improved caching as mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/55843.
Diffstat (limited to 'qa/Gemfile')
-rw-r--r--qa/Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index d69c71003ae..75ad7bd07af 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -5,5 +5,6 @@ gem 'capybara', '~> 2.16.1'
gem 'capybara-screenshot', '~> 1.0.18'
gem 'rake', '~> 12.3.0'
gem 'rspec', '~> 3.7'
-gem 'selenium-webdriver', '~> 3.8.0'
+gem 'selenium-webdriver', '~> 3.12'
gem 'airborne', '~> 0.2.13'
+gem 'nokogiri', '~> 1.8.5'