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-09-04 22:49:52 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2019-09-04 22:49:52 +0300
commit9e00bf478c9c14aaf61fb9210e5697afb45ebc75 (patch)
tree2f9574648923c365c5a09aaede14fb0993b506e2 /Gemfile
parentc3c5d6fba68f2396117c61a7a387be76f6b03996 (diff)
Stricter validation of prometheus label values
See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/38
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6bfb873c159..1d4e87ee221 100644
--- a/Gemfile
+++ b/Gemfile
@@ -311,7 +311,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~> 0.9.8'
+ gem 'prometheus-client-mmap', '~> 0.9.9'
gem 'raindrops', '~> 0.18'
end