summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-08 10:48:02 -0700
committerStan Hu <stanhu@gmail.com>2019-07-08 10:48:02 -0700
commit8ae165e6e7e63135077ebfccaf2762cde14e1fa6 (patch)
tree5aa4580352d5e07382799bbf4fc3a783acd812c2 /Gemfile
parent8f9fbbebc5c5b679730a14a8aef165954c1099c0 (diff)
downloadgitlab-ce-8ae165e6e7e63135077ebfccaf2762cde14e1fa6.tar.gz
Bump prometheus-client-mmap to 0.9.8sh-bump-prom-mmap-gem
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