diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-01-18 17:07:37 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-01-22 15:41:52 +0800 |
commit | ccceb26617a28ee6acda0d46a3997428c9f7e56a (patch) | |
tree | 6ad1eded0cc56de5d551b04444f8cc4114960279 /qa/Gemfile | |
parent | ba02e3a5dfb0fb95a1a32b81e893b6fe2ea39b9e (diff) | |
download | gitlab-ce-ccceb26617a28ee6acda0d46a3997428c9f7e56a.tar.gz |
Generate ssh key on the fly for QA
Diffstat (limited to 'qa/Gemfile')
-rw-r--r-- | qa/Gemfile | 1 |
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 |