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>2023-01-25 09:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-25 09:09:39 +0300
commitbe7378bb7f3086f7ff6bce402d6b12812b505e77 (patch)
tree8991d2ee697f198d92f19b2f07ad4d7ee2223c08 /qa/Gemfile
parent3b0494df16590fbb3dd085841655b9099ecc7564 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Gemfile')
-rw-r--r--qa/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index 53dc071b766..7105404915e 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -3,7 +3,7 @@
source 'https://rubygems.org'
gem 'gitlab-qa', '~> 8', '>= 8.15.1', require: 'gitlab/qa'
-gem 'activesupport', '~> 6.1.4.7' # This should stay in sync with the root's Gemfile
+gem 'activesupport', '~> 6.1.7.1' # This should stay in sync with the root's Gemfile
gem 'allure-rspec', '~> 2.20.0'
gem 'capybara', '~> 3.38.0'
gem 'capybara-screenshot', '~> 1.0.26'