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-11-24 00:07:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-24 00:07:22 +0300
commit0bbbe62b733e5067edb56fa9812bb12ad6e77965 (patch)
tree7381b61e7178ec175b5921f37c2bf4f0ec591025 /Gemfile
parent8ca26a8db290ec5eca22f8eecbd0b25d106cb89f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index db119b288fe..a013b9e20c8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -420,7 +420,7 @@ group :development, :test do
gem 'database_cleaner-active_record', '~> 2.1.0', feature_category: :database
gem 'factory_bot_rails', '~> 6.2.0' # rubocop:todo Gemfile/MissingFeatureCategory
- gem 'rspec-rails', '~> 6.0.3' # rubocop:todo Gemfile/MissingFeatureCategory
+ gem 'rspec-rails', '~> 6.1.0', feature_category: :shared
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
gem 'minitest', '~> 5.11.0' # rubocop:todo Gemfile/MissingFeatureCategory