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>2022-07-21 03:08:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-21 03:08:45 +0300
commitd588fa9e6e2b468b0dca16c746ceae8b6d8f9205 (patch)
treed65f54657a72b247b47714f73db06a97455bfa31 /Gemfile
parentf1f255857dd72d1aa234ea4874eadf6f4f1758ba (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 100dc361905..eab05b33972 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,7 +17,7 @@ gem 'view_component', '~> 2.61'
gem 'default_value_for', '~> 3.4.0'
# Supported DBs
-gem 'pg', '~> 1.3.0'
+gem 'pg', '~> 1.4.0'
gem 'rugged', '~> 1.2'
gem 'grape-path-helpers', '~> 1.7.0'