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:
Diffstat (limited to 'qa/Gemfile.lock')
-rw-r--r--qa/Gemfile.lock52
1 files changed, 39 insertions, 13 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index e4e89e7e2e1..521f101ee4d 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -1,12 +1,27 @@
+PATH
+ remote: ../gems/gitlab-utils
+ specs:
+ gitlab-utils (0.1.0)
+ actionview (>= 6.1.7.2)
+ activesupport (>= 6.1.7.2)
+ addressable (~> 2.8)
+ nokogiri (~> 1.15.2)
+ rake (~> 13.0)
+
GEM
remote: https://rubygems.org/
specs:
- activesupport (6.1.7.2)
+ actionview (7.0.5.1)
+ activesupport (= 7.0.5.1)
+ builder (~> 3.1)
+ erubi (~> 1.4)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
+ activesupport (7.0.5.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
- zeitwerk (~> 2.3)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
airborne (0.3.7)
@@ -55,6 +70,7 @@ GEM
confiner (0.4.0)
gitlab (>= 4.17)
zeitwerk (>= 2.5, < 3)
+ crass (1.0.6)
debug_inspector (1.1.0)
declarative (0.0.20)
deprecation_toolkit (2.0.3)
@@ -62,6 +78,7 @@ GEM
diff-lcs (1.3)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
+ erubi (1.12.0)
excon (0.92.4)
faker (3.2.0)
i18n (>= 1.8.11, < 2)
@@ -102,8 +119,8 @@ GEM
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
- gitlab-qa (11.2.0)
- activesupport (~> 6.1)
+ gitlab-qa (12.1.0)
+ activesupport (>= 6.1, < 7.1)
gitlab (~> 4.19)
http (~> 5.0)
nokogiri (~> 1.10)
@@ -111,7 +128,7 @@ GEM
rainbow (>= 3, < 4)
table_print (= 1.5.7)
zeitwerk (>= 2, < 3)
- gitlab_quality-test_tooling (0.8.1)
+ gitlab_quality-test_tooling (0.8.3)
activesupport (>= 6.1, < 7.1)
gitlab (~> 4.19)
http (~> 5.0)
@@ -176,6 +193,9 @@ GEM
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
+ loofah (2.21.3)
+ crass (~> 1.0.2)
+ nokogiri (>= 1.12.0)
macaddr (1.7.2)
systemu (~> 2.6.5)
matrix (0.4.2)
@@ -186,11 +206,11 @@ GEM
mime-types-data (3.2023.0218.1)
mini_mime (1.1.0)
mini_portile2 (2.8.2)
- minitest (5.18.0)
+ minitest (5.18.1)
multi_json (1.15.0)
multi_xml (0.6.0)
netrc (0.11.0)
- nokogiri (1.15.2)
+ nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (6.1.1)
@@ -214,10 +234,15 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.1)
- racc (1.6.2)
+ racc (1.7.1)
rack (2.2.3.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
+ rails-dom-testing (2.0.3)
+ activesupport (>= 4.2.0)
+ nokogiri (>= 1.6)
+ rails-html-sanitizer (1.5.0)
+ loofah (~> 2.19, >= 2.19.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.1.1)
@@ -310,7 +335,7 @@ PLATFORMS
ruby
DEPENDENCIES
- activesupport (~> 6.1.7.2)
+ activesupport (~> 7.0.5.1)
airborne (~> 0.3.7)
allure-rspec (~> 2.20.0)
capybara (~> 3.39.2)
@@ -323,11 +348,12 @@ DEPENDENCIES
faraday-retry (~> 2.2)
fog-core (= 2.1.0)
fog-google (~> 1.19)
- gitlab-qa (~> 11, >= 11.2.0)
- gitlab_quality-test_tooling (~> 0.8.1)
+ gitlab-qa (~> 12, >= 12.1.0)
+ gitlab-utils!
+ gitlab_quality-test_tooling (~> 0.8.3)
influxdb-client (~> 2.9)
knapsack (~> 4.0)
- nokogiri (~> 1.15, >= 1.15.2)
+ nokogiri (~> 1.15, >= 1.15.3)
octokit (~> 6.1.1)
parallel (~> 1.23)
parallel_tests (~> 4.2, >= 4.2.1)
@@ -348,4 +374,4 @@ DEPENDENCIES
zeitwerk (~> 2.6, >= 2.6.8)
BUNDLED WITH
- 2.4.14
+ 2.4.15