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-03-19 21:09:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-19 21:09:19 +0300
commit7aa96ff172a36b79d763fcc6643d7ea95ce293c0 (patch)
tree454263918e9ea7ab2b302a21200da45ccc939830 /Gemfile
parentdbc3e18f0da40f4f0fb1bc40a957bfe19e522fc3 (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 cd8bdeca813..c8240c3cdc2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -312,7 +312,7 @@ gem 'pg_query', '~> 1.3.0'
gem 'premailer-rails', '~> 1.10.3'
# LabKit: Tracing and Correlation
-gem 'gitlab-labkit', '~> 0.16.1'
+gem 'gitlab-labkit', '~> 0.16.2'
# 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'