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>2021-05-31 18:11:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-31 18:11:12 +0300
commiteabd80f72f4f7d8e19b26526aa1f44c43d78e8b3 (patch)
tree2caf5386c1f05790efbfaea9ec19deaa00ca26ec /Gemfile
parent7dc0a21702cd9345eeee385d8ce20002d9c9fb36 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 8 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 0d0ac74bf1e..ce1bed6cc88 100644
--- a/Gemfile
+++ b/Gemfile
@@ -308,12 +308,17 @@ gem 'rack-attack', '~> 6.3.0'
gem 'sentry-raven', '~> 3.1'
# PostgreSQL query parsing
-gem 'pg_query', '~> 2.0.3'
+#
+# We need this fork until https://github.com/pganalyze/pg_query/pull/212
+# and https://github.com/pganalyze/pg_query/pull/213 are
+# released. gitlab-labkit will need to be updated to use the pg_query
+# version.
+gem 'gitlab-pg_query', '~> 2.0.4', require: 'pg_query'
gem 'premailer-rails', '~> 1.10.3'
# LabKit: Tracing and Correlation
-gem 'gitlab-labkit', '~> 0.17.1'
+gem 'gitlab-labkit', '~> 0.18.0'
# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0
# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
gem 'thrift', '>= 0.14.0'
@@ -483,7 +488,7 @@ gem 'gitaly', '~> 13.12.0.pre.rc1'
gem 'grpc', '~> 1.30.2'
-gem 'google-protobuf', '~> 3.15.8'
+gem 'google-protobuf', '~> 3.17.1'
gem 'toml-rb', '~> 1.0.0'