diff options
author | Stan Hu <stanhu@gmail.com> | 2019-07-08 10:48:02 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-07-08 10:48:02 -0700 |
commit | 8ae165e6e7e63135077ebfccaf2762cde14e1fa6 (patch) | |
tree | 5aa4580352d5e07382799bbf4fc3a783acd812c2 /Gemfile | |
parent | 8f9fbbebc5c5b679730a14a8aef165954c1099c0 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |