diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-24 13:25:13 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-25 09:36:39 +0200 |
commit | 6984c2eede7794d3c2498c9e91e26296fbb4c6de (patch) | |
tree | 4c6b61b31e50b660e0707ec817955c82f473aacc /qa/Gemfile.lock | |
parent | ec2130bea8d2ee1b327b0c99b27768cd13bd6cb8 (diff) | |
download | gitlab-ce-6984c2eede7794d3c2498c9e91e26296fbb4c6de.tar.gz |
Use headless chrome instead of webkit via QtWebkit
Diffstat (limited to 'qa/Gemfile.lock')
-rw-r--r-- | qa/Gemfile.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 6de2abff198..4dd71aa5010 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -16,7 +16,10 @@ GEM capybara-webkit (1.12.0) capybara (>= 2.3.0, < 2.13.0) json + childprocess (0.7.0) + ffi (~> 1.0, >= 1.0.11) diff-lcs (1.3) + ffi (1.9.18) json (2.0.3) launchy (2.4.3) addressable (~> 2.3) @@ -44,6 +47,12 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) + rubyzip (1.2.1) + selenium-webdriver (2.53.4) + childprocess (~> 0.5) + rubyzip (~> 1.0) + websocket (~> 1.0) + websocket (1.2.4) xpath (2.0.0) nokogiri (~> 1.3) @@ -56,6 +65,7 @@ DEPENDENCIES capybara-webkit (~> 1.12.0) rake (~> 12.0.0) rspec (~> 3.5) + selenium-webdriver (~> 2.53) BUNDLED WITH 1.14.6 |