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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-12 19:26:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-12 19:26:10 +0300
commit6653ccc011dec86e5140a5d09ea3b2357eab6714 (patch)
tree897193f37bcd98152a0ac214f80a3c4cfe1047c5 /qa/Gemfile.lock
parentbff35a05aed6a31380a73c39113808fd262c2c37 (diff)
Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc41
Diffstat (limited to 'qa/Gemfile.lock')
-rw-r--r--qa/Gemfile.lock22
1 files changed, 22 insertions, 0 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index 3b532d90526..4eeaca1f1a6 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -39,19 +39,31 @@ GEM
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
concurrent-ruby (1.1.7)
+ descendants_tracker (0.0.4)
+ thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
faker (1.9.3)
i18n (>= 0.7)
+ faraday (0.17.3)
+ multipart-post (>= 1.2, < 3)
+ github_api (0.18.2)
+ addressable (~> 2.4)
+ descendants_tracker (~> 0.0.4)
+ faraday (~> 0.8)
+ hashie (~> 3.5, >= 3.5.2)
+ oauth2 (~> 1.0)
gitlab-qa (4.0.0)
+ hashie (3.6.0)
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
+ jwt (2.2.2)
knapsack (1.17.1)
rake
launchy (2.4.3)
@@ -65,10 +77,19 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.2)
+ multi_json (1.15.0)
+ multi_xml (0.6.0)
+ multipart-post (2.1.1)
netrc (0.11.0)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
+ oauth2 (1.4.4)
+ faraday (>= 0.8, < 2.0)
+ jwt (>= 1.0, < 3.0)
+ multi_json (~> 1.3)
+ multi_xml (~> 0.5)
+ rack (>= 1.2, < 3)
parallel (1.19.2)
parallel_tests (2.29.0)
parallel
@@ -155,6 +176,7 @@ DEPENDENCIES
capybara (~> 3.29.0)
capybara-screenshot (~> 1.0.23)
faker (~> 1.6, >= 1.6.6)
+ github_api (~> 0.18.2)
gitlab-qa
knapsack (~> 1.17)
nokogiri (~> 1.11.1)