diff options
author | Stan Hu <stanhu@gmail.com> | 2019-08-10 07:36:01 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-10 07:36:01 -0700 |
commit | 1aac70dab2cb02afd634c96c41ef7a38ba1238a2 (patch) | |
tree | 885e98a55e888f984cb73750465d866f538937f0 /Gemfile | |
parent | ea671dec7f9db06c1d45ddd1536c1af194de8f62 (diff) | |
download | gitlab-ce-1aac70dab2cb02afd634c96c41ef7a38ba1238a2.tar.gz |
Update gitlab-labkit to 0.4.2sh-update-ruby-labkit
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,7 +283,7 @@ gem 'sentry-raven', '~> 2.9' gem 'premailer-rails', '~> 1.9.7' # LabKit: Tracing and Correlation -gem 'gitlab-labkit', '~> 0.3.0' +gem 'gitlab-labkit', '~> 0.4.2' # I18n gem 'ruby_parser', '~> 3.8', require: false |