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-04-27 21:20:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-27 21:20:35 +0300
commitfbcf5b688d3133065705b24b73330f9b9bf19181 (patch)
tree5d640c9c862feaa1ad3399fb8277c32ff70834e3 /Gemfile
parente8aa488899554f5fe4413779f485583d691fd5a8 (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 8c77185c1cf..ecc2da6f054 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,7 @@ gem 'sprockets', '~> 3.7.0'
gem 'view_component', '~> 2.82.0'
# Supported DBs
-gem 'pg', '~> 1.5.2'
+gem 'pg', '~> 1.4.6'
gem 'neighbor', '~> 0.2.3'
@@ -370,7 +370,7 @@ gem 'prometheus-client-mmap', '~> 0.21', require: 'prometheus/client'
gem 'warning', '~> 1.3.0'
group :development do
- gem 'lefthook', '~> 1.3.10', require: false
+ gem 'lefthook', '~> 1.3.11', require: false
gem 'rubocop'
gem 'solargraph', '~> 0.47.2', require: false