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-12-18 06:11:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-18 06:11:52 +0300
commit77c803f52899ccc450c183a959913ea89d85de88 (patch)
treeef1274446cffb2a1aee02a93853cfa4553b0ba03 /Gemfile
parente22373c9e6f3b8c4587844807b0f52a12f41d91c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fedc9649978..f08b2bc2e48 100644
--- a/Gemfile
+++ b/Gemfile
@@ -463,6 +463,8 @@ group :development, :test do
# See: https://gitlab.com/gitlab-org/frontend/rfcs/-/issues/106
gem 'vite_rails', '~> 3.0.17', feature_category: :shared
gem 'vite_ruby', '~> 3.5.0', feature_category: :shared
+
+ gem 'gitlab-housekeeper', path: 'gems/gitlab-housekeeper' # rubocop:todo Gemfile/MissingFeatureCategory
end
group :development, :test, :danger do