diff options
author | Stan Hu <stanhu@gmail.com> | 2018-05-22 06:54:55 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-05-22 06:55:33 -0700 |
commit | 6cd1f4b87b0a40fa3cd733cb0e33c326959063c8 (patch) | |
tree | 9835cfbcc2c71bf01f95843c79f7cf12dd213dca /Gemfile | |
parent | ff5f3560928124de3c081feb8914d77f635c05c2 (diff) | |
download | gitlab-ce-6cd1f4b87b0a40fa3cd733cb0e33c326959063c8.tar.gz |
Bump prometheus-client-mmap to 0.9.3 to fix nil exception errorsh-bump-prometheus-client-mmap
See https://gitlab.com/gitlab-org/prometheus-client-mmap/issues/24
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -297,7 +297,7 @@ group :metrics do gem 'influxdb', '~> 0.2', require: false # Prometheus - gem 'prometheus-client-mmap', '~> 0.9.2' + gem 'prometheus-client-mmap', '~> 0.9.3' gem 'raindrops', '~> 0.18' end |