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-06-29 06:09:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-29 06:09:44 +0300
commit111f9a7cc6834edfeb81c4b91bcf43df332096a7 (patch)
tree76db22a425042d59c08d7bcecaed160cfdef885a /Gemfile
parent72278d5e10d7470b59b81c1e51379baa3a6cdab8 (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 736787bcd7c..3f5faba5ad1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,6 +15,8 @@ gem 'bundler-checksum', '~> 0.1.0', path: 'vendor/gems/bundler-checksum', requir
# https://gitlab.com/gitlab-org/gitlab/-/issues/375713
gem 'rails', '~> 7.0.5.1'
+gem 'activerecord-gitlab', path: 'gems/activerecord-gitlab'
+
gem 'bootsnap', '~> 1.16.0', require: false
gem 'openssl', '~> 3.0'