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:
authorAndrew Newdigate <andrew@gitlab.com>2019-05-07 11:39:12 +0300
committerAndrew Newdigate <andrew@gitlab.com>2019-05-07 13:31:29 +0300
commitc8ead9e88cba006243fd8b2100b7a265c2cce182 (patch)
tree8091b28f953a2588b20cfa162570fcd70348a37f /Gemfile
parent5cd079e43498982dcef59e32ebf03d6fe6a06286 (diff)
Upgrade Labkit to v0.3.0an-upgrade-labkit
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1282ff0e20d..8212366c5d0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -276,7 +276,7 @@ gem 'sentry-raven', '~> 2.7'
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