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:
authorLin Jen-Shin <godfat@godfat.org>2018-01-18 20:07:37 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-01-22 10:41:52 +0300
commitccceb26617a28ee6acda0d46a3997428c9f7e56a (patch)
tree6ad1eded0cc56de5d551b04444f8cc4114960279 /qa/Gemfile
parentba02e3a5dfb0fb95a1a32b81e893b6fe2ea39b9e (diff)
Generate ssh key on the fly for QA
Diffstat (limited to 'qa/Gemfile')
-rw-r--r--qa/Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index 4c866a3f893..1cc40f2d2d0 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -6,3 +6,4 @@ gem 'capybara-screenshot', '~> 1.0.18'
gem 'rake', '~> 12.3.0'
gem 'rspec', '~> 3.7'
gem 'selenium-webdriver', '~> 3.8.0'
+gem 'net-ssh', require: false