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.lock51
1 files changed, 23 insertions, 28 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index ae9b31386b4..e4e89e7e2e1 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -29,7 +29,7 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.4)
byebug (11.1.3)
- capybara (3.39.1)
+ capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
@@ -69,7 +69,7 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.0)
- faraday-retry (2.1.0)
+ faraday-retry (2.2.0)
faraday (~> 2.0)
ffi (1.15.5)
ffi-compiler (1.0.1)
@@ -99,21 +99,21 @@ GEM
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.3.0)
- gitlab (4.18.0)
- httparty (~> 0.18)
+ gitlab (4.19.0)
+ httparty (~> 0.20)
terminal-table (>= 1.5.1)
- gitlab-qa (10.4.1)
+ gitlab-qa (11.2.0)
activesupport (~> 6.1)
- gitlab (~> 4.18.0)
+ gitlab (~> 4.19)
http (~> 5.0)
nokogiri (~> 1.10)
parallel (>= 1, < 2)
rainbow (>= 3, < 4)
table_print (= 1.5.7)
zeitwerk (>= 2, < 3)
- gitlab_quality-test_tooling (0.4.0)
- activesupport (~> 6.1)
- gitlab (~> 4.18.0)
+ gitlab_quality-test_tooling (0.8.1)
+ activesupport (>= 6.1, < 7.1)
+ gitlab (~> 4.19)
http (~> 5.0)
nokogiri (~> 1.10)
parallel (>= 1, < 2)
@@ -141,8 +141,8 @@ GEM
google-apis-core (>= 0.7.2, < 2.a)
google-apis-sqladmin_v1beta4 (0.36.0)
google-apis-core (>= 0.7.2, < 2.a)
- google-apis-storage_v1 (0.18.0)
- google-apis-core (>= 0.7, < 2.a)
+ google-apis-storage_v1 (0.19.0)
+ google-apis-core (>= 0.9.0, < 2.a)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
googleauth (1.2.0)
@@ -185,13 +185,13 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_mime (1.1.0)
- mini_portile2 (2.8.1)
+ mini_portile2 (2.8.2)
minitest (5.18.0)
multi_json (1.15.0)
multi_xml (0.6.0)
netrc (0.11.0)
- nokogiri (1.14.4)
- mini_portile2 (~> 2.8.0)
+ nokogiri (1.15.2)
+ mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (6.1.1)
faraday (>= 1, < 3)
@@ -201,7 +201,7 @@ GEM
parallel (1.23.0)
parallel_tests (4.2.1)
parallel
- parser (3.1.3.0)
+ parser (3.2.2.1)
ast (~> 2.4.1)
proc_to_ast (0.1.0)
coderay
@@ -300,15 +300,11 @@ GEM
watir (7.1.0)
regexp_parser (>= 1.2, < 3)
selenium-webdriver (~> 4.0)
- webdrivers (5.2.0)
- nokogiri (~> 1.6)
- rubyzip (>= 1.3.0)
- selenium-webdriver (~> 4.0)
webrick (1.7.0)
websocket (1.2.9)
xpath (3.2.0)
nokogiri (~> 1.8)
- zeitwerk (2.6.7)
+ zeitwerk (2.6.8)
PLATFORMS
ruby
@@ -317,21 +313,21 @@ DEPENDENCIES
activesupport (~> 6.1.7.2)
airborne (~> 0.3.7)
allure-rspec (~> 2.20.0)
- capybara (~> 3.39.1)
+ capybara (~> 3.39.2)
capybara-screenshot (~> 1.0.26)
chemlab (~> 0.10)
chemlab-library-www-gitlab-com (~> 0.1, >= 0.1.1)
confiner (~> 0.4)
deprecation_toolkit (~> 2.0.3)
faker (~> 3.2)
- faraday-retry (~> 2.1)
+ faraday-retry (~> 2.2)
fog-core (= 2.1.0)
fog-google (~> 1.19)
- gitlab-qa (~> 10, >= 10.4.1)
- gitlab_quality-test_tooling (~> 0.4.0)
+ gitlab-qa (~> 11, >= 11.2.0)
+ gitlab_quality-test_tooling (~> 0.8.1)
influxdb-client (~> 2.9)
knapsack (~> 4.0)
- nokogiri (~> 1.14, >= 1.14.4)
+ nokogiri (~> 1.15, >= 1.15.2)
octokit (~> 6.1.1)
parallel (~> 1.23)
parallel_tests (~> 4.2, >= 4.2.1)
@@ -349,8 +345,7 @@ DEPENDENCIES
slack-notifier (~> 2.4)
terminal-table (~> 3.0.2)
warning (~> 1.3)
- webdrivers (~> 5.2)
- zeitwerk (~> 2.6, >= 2.6.7)
+ zeitwerk (~> 2.6, >= 2.6.8)
BUNDLED WITH
- 2.4.13
+ 2.4.14