summaryrefslogtreecommitdiff
path: root/qa/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-01-01 08:20:27 -0800
committerStan Hu <stanhu@gmail.com>2019-01-01 08:20:27 -0800
commit9306dabba052d49a766753a1e9a99ebd09093002 (patch)
tree4277365b1a10937258b0114f57e18fd8c5eec1a8 /qa/Gemfile
parent895355724586574634f0ffdde7a70ca53a19be17 (diff)
downloadgitlab-ce-sh-cache-gitlab-qa-gems.tar.gz
Cache GitLab QA gems and make versions consistentsh-cache-gitlab-qa-gems
QA specs always fetch from RubyGems, so let's cache these to save some bandwidth. Nokogiri takes a while to install, so that alone should be motivation for reusing gems used in CE where possible. Closes 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'