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:
authorStan Hu <stanhu@gmail.com>2019-06-15 20:46:09 +0300
committerAsh McKenzie <amckenzie@gitlab.com>2019-06-17 02:36:59 +0300
commit0d19ebe4669d66188c7ceb70c29cb98d2e22a7ed (patch)
tree2e7ce754eb010e57050d3a691c67399274c7c4fa /Gemfile
parent82822945d446acf44176a36da38675e98ca17616 (diff)
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: https://gitlab.com/gitlab-org/labkit-ruby/compare/v0.2.0...v0.3.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a5dccd2ef24..c9a95fb7a36 100644
--- a/Gemfile
+++ b/Gemfile
@@ -281,7 +281,7 @@ gem 'sentry-raven', '~> 2.9'
gem 'premailer-rails', '~> 1.9.7'
# LabKit: Tracing and Correlation
-gem 'gitlab-labkit', '~> 0.2.0'
+gem 'gitlab-labkit', '~> 0.3.0'
# I18n
gem 'ruby_parser', '~> 3.8', require: false