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:
authorStan Hu <stanhu@gmail.com>2019-07-08 20:48:02 +0300
committerStan Hu <stanhu@gmail.com>2019-07-08 20:48:02 +0300
commit8ae165e6e7e63135077ebfccaf2762cde14e1fa6 (patch)
tree5aa4580352d5e07382799bbf4fc3a783acd812c2 /Gemfile
parent8f9fbbebc5c5b679730a14a8aef165954c1099c0 (diff)
Bump prometheus-client-mmap to 0.9.8
This fixes a critical error where a nil exception would be hit if an error occurred while logging a Prometheus metric: https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/36
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f65549f2734..f567eac3ee0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -309,7 +309,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~> 0.9.7'
+ gem 'prometheus-client-mmap', '~> 0.9.8'
gem 'raindrops', '~> 0.18'
end