diff options
author | Andrew Newdigate <andrew@gitlab.com> | 2019-09-04 19:49:52 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-09-04 19:49:52 +0000 |
commit | 9e00bf478c9c14aaf61fb9210e5697afb45ebc75 (patch) | |
tree | 2f9574648923c365c5a09aaede14fb0993b506e2 /Gemfile | |
parent | c3c5d6fba68f2396117c61a7a387be76f6b03996 (diff) | |
download | gitlab-ce-9e00bf478c9c14aaf61fb9210e5697afb45ebc75.tar.gz |
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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |