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-05-23 15:10:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-23 15:10:24 +0300
commite6d048d769240760008f0dbb6b811e1ebc675292 (patch)
treee005f05e66518044c7e8bc33e263f12f2561708d /Gemfile
parent611b009e924c25fcc8706b52af90542c4b78f0c0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 44fde83a7c4..e6f99f56b25 100644
--- a/Gemfile
+++ b/Gemfile
@@ -452,10 +452,10 @@ group :test do
gem 'rspec-benchmark', '~> 0.6.0'
gem 'rspec-parameterized', '~> 1.0', require: false
- gem 'capybara', '~> 3.39'
+ gem 'capybara', '~> 3.39', '>= 3.39.1'
gem 'capybara-screenshot', '~> 1.0.26'
# 4.9.1 drops Ruby 2.7 support. We can upgrade further after we drop Ruby 2.7 support.
- gem 'selenium-webdriver', '= 4.9.0'
+ gem 'selenium-webdriver', '= 4.9.1'
gem 'graphlyte', '~> 1.0.0'