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.lock | |
parent | ba02e3a5dfb0fb95a1a32b81e893b6fe2ea39b9e (diff) | |
download | gitlab-ce-ccceb26617a28ee6acda0d46a3997428c9f7e56a.tar.gz |
Generate ssh key on the fly for QA
Diffstat (limited to 'qa/Gemfile.lock')
-rw-r--r-- | qa/Gemfile.lock | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 88d5fe834a0..7aa442b8c8e 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -24,6 +24,7 @@ GEM method_source (0.9.0) mini_mime (1.0.0) mini_portile2 (2.3.0) + net-ssh (4.1.0) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) pry (0.11.3) @@ -63,10 +64,11 @@ PLATFORMS DEPENDENCIES capybara (~> 2.16.1) capybara-screenshot (~> 1.0.18) + net-ssh pry-byebug (~> 3.5.1) rake (~> 12.3.0) rspec (~> 3.7) selenium-webdriver (~> 3.8.0) BUNDLED WITH - 1.16.0 + 1.16.1 |