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
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-03 12:10:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-03 12:10:48 +0300
commitf6a4346585dcc6cc564cb4974a0ea49d2ac0531d (patch)
tree9e9109c2442dbac93c7a38d60c093b56be9e0fa4 /qa
parentbdfa808bfa4983d67a1ff54e4a3b7070be4d13eb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/Gemfile2
-rw-r--r--qa/Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index 2fd6557c5dc..9686d0e262d 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
gem 'gitlab-qa', '~> 9', '>= 9.1.2', require: 'gitlab/qa'
gem 'activesupport', '~> 6.1.7.2' # This should stay in sync with the root's Gemfile
gem 'allure-rspec', '~> 2.20.0'
-gem 'capybara', '~> 3.38.0'
+gem 'capybara', '~> 3.39.0'
gem 'capybara-screenshot', '~> 1.0.26'
gem 'rake', '~> 13', '>= 13.0.6'
gem 'rspec', '~> 3.12'
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index e6ff40d9920..5124b1c8100 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.38.0)
+ capybara (3.39.0)
addressable
matrix
mini_mime (>= 0.1.3)
@@ -308,7 +308,7 @@ DEPENDENCIES
activesupport (~> 6.1.7.2)
airborne (~> 0.3.7)
allure-rspec (~> 2.20.0)
- capybara (~> 3.38.0)
+ capybara (~> 3.39.0)
capybara-screenshot (~> 1.0.26)
chemlab (~> 0.10)
chemlab-library-www-gitlab-com (~> 0.1, >= 0.1.1)