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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c1deaa74e1f..668cfff4fb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -652,7 +652,7 @@ GEM parser unparser procto (0.0.3) - prometheus-client-mmap (0.9.7) + prometheus-client-mmap (0.9.8) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -1173,7 +1173,7 @@ DEPENDENCIES peek-redis (~> 1.2.0) pg (~> 1.1) premailer-rails (~> 1.9.7) - prometheus-client-mmap (~> 0.9.7) + prometheus-client-mmap (~> 0.9.8) pry-byebug (~> 3.5.1) pry-rails (~> 0.3.4) puma (~> 3.12) |