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:
authorStan Hu <stanhu@gmail.com>2019-08-10 17:32:57 +0300
committerStan Hu <stanhu@gmail.com>2019-08-10 17:36:36 +0300
commit4856ceb6d8445784fb3086ff489e43063a8f179f (patch)
treedf74ee59260f136e2c48690d68e48254af4e6510
parent2ca0b52a78b3b48dc51c3992a0b23367bab81f27 (diff)
Update gitlab-labkit to 0.4.2
This relaxes the gRPC version so that it can be updated. Also adds cache support for distributed tracing. Full release notes: https://gitlab.com/gitlab-org/labkit-ruby/-/tags
-rw-r--r--changelogs/unreleased/sh-update-ruby-labkit.yml5
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock6
3 files changed, 9 insertions, 4 deletions
diff --git a/changelogs/unreleased/sh-update-ruby-labkit.yml b/changelogs/unreleased/sh-update-ruby-labkit.yml
new file mode 100644
index 000000000..2a07657ce
--- /dev/null
+++ b/changelogs/unreleased/sh-update-ruby-labkit.yml
@@ -0,0 +1,5 @@
+---
+title: Update gitlab-labkit to 0.4.2
+merge_request: 1412
+author:
+type: other
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 6ec8b33f2..1043349de 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -16,7 +16,7 @@ gem 'faraday', '~> 0.12'
gem 'rbtrace', require: false
# Labkit provides observability functionality
-gem 'gitlab-labkit', '~> 0.3.0'
+gem 'gitlab-labkit', '~> 0.4.0'
# Detects the open source license the repository includes
# This version needs to be in sync with GitLab CE/EE
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 8c2965643..be60d20a7 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -71,10 +71,10 @@ GEM
diff-lcs (~> 1.1)
mime-types (>= 1.16)
posix-spawn (~> 0.3)
- gitlab-labkit (0.3.0)
+ gitlab-labkit (0.4.2)
actionpack (~> 5)
activesupport (~> 5)
- grpc (~> 1.19.0)
+ grpc (~> 1.19)
jaeger-client (~> 0.10)
opentracing (~> 0.4)
gitlab-markup (1.7.0)
@@ -218,7 +218,7 @@ DEPENDENCIES
github-linguist (~> 6.1)
gitlab-gollum-lib (~> 4.2.7.7)
gitlab-gollum-rugged_adapter (~> 0.4.4.2)
- gitlab-labkit (~> 0.3.0)
+ gitlab-labkit (~> 0.4.0)
gitlab-markup (~> 1.7.0)
google-protobuf (~> 3.7.1)
grpc (~> 1.19.0)