Commit 8a6168a6 authored by Stan Hu's avatar Stan Hu

Upgrade gitlab-labkit to 0.3.0

This matches the version used in Gitaly, bumps the gRPC version to be
aligned with GitLab CE/EE, and adds gRPC interceptor support.

EE port of:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29728
parent 6bc4a715
...@@ -293,7 +293,7 @@ gem 'sentry-raven', '~> 2.9' ...@@ -293,7 +293,7 @@ gem 'sentry-raven', '~> 2.9'
gem 'premailer-rails', '~> 1.9.7' gem 'premailer-rails', '~> 1.9.7'
# LabKit: Tracing and Correlation # LabKit: Tracing and Correlation
gem 'gitlab-labkit', '~> 0.2.0' gem 'gitlab-labkit', '~> 0.3.0'
# I18n # I18n
gem 'ruby_parser', '~> 3.8', require: false gem 'ruby_parser', '~> 3.8', require: false
......
...@@ -331,10 +331,10 @@ GEM ...@@ -331,10 +331,10 @@ GEM
github-markup (1.7.0) github-markup (1.7.0)
gitlab-default_value_for (3.1.1) gitlab-default_value_for (3.1.1)
activerecord (>= 3.2.0, < 6.0) activerecord (>= 3.2.0, < 6.0)
gitlab-labkit (0.2.0) gitlab-labkit (0.3.0)
actionpack (~> 5) actionpack (~> 5)
activesupport (~> 5) activesupport (~> 5)
grpc (~> 1.15) grpc (~> 1.19.0)
jaeger-client (~> 0.10) jaeger-client (~> 0.10)
opentracing (~> 0.4) opentracing (~> 0.4)
gitlab-license (1.0.0) gitlab-license (1.0.0)
...@@ -1132,7 +1132,7 @@ DEPENDENCIES ...@@ -1132,7 +1132,7 @@ DEPENDENCIES
gitaly-proto (~> 1.32.0) gitaly-proto (~> 1.32.0)
github-markup (~> 1.7.0) github-markup (~> 1.7.0)
gitlab-default_value_for (~> 3.1.1) gitlab-default_value_for (~> 3.1.1)
gitlab-labkit (~> 0.2.0) gitlab-labkit (~> 0.3.0)
gitlab-license (~> 1.0) gitlab-license (~> 1.0)
gitlab-markup (~> 1.7.0) gitlab-markup (~> 1.7.0)
gitlab-sidekiq-fetcher (~> 0.4.0) gitlab-sidekiq-fetcher (~> 0.4.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment