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-08-09 09:08:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-09 09:08:27 +0300
commit40338034578aca9d622651a060cbf157a941361b (patch)
treeb82eb498efa0fdfe0c04cbe5ea5d2c2246e44af7 /Gemfile
parent251f4007156b40a0585e208eee2847d9d5746e08 (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 caae7994572..8ff877f7b2e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -352,7 +352,7 @@ gem 'sentry-sidekiq', '~> 5.8.0'
# PostgreSQL query parsing
#
-gem 'pg_query', '~> 4.2.1'
+gem 'pg_query', '~> 4.2.3'
gem 'gitlab-schema-validation', path: 'gems/gitlab-schema-validation'