Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/Gemfile')
-rw-r--r--ruby/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index adee2020f..20f1034fc 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -13,7 +13,7 @@ gem 'faraday', '~> 1.0'
gem 'rbtrace', require: false
# Labkit provides observability functionality
-gem 'gitlab-labkit', '~> 0.16.2'
+gem 'gitlab-labkit', '~> 0.17.1'
# Detects the open source license the repository includes
# This version needs to be in sync with GitLab CE/EE