diff options
author | Stan Hu <stanhu@gmail.com> | 2019-07-05 22:17:28 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-07-05 22:17:28 -0700 |
commit | 18a39e44b0a212d229e3bbc6125b02538fbba01e (patch) | |
tree | e4a72847d6055ad2b583ac58090c1ea40ecd6eb4 /Gemfile | |
parent | 6e9f882007a18d594b4a53e417a87fdeec3bc29f (diff) | |
download | gitlab-ce-18a39e44b0a212d229e3bbc6125b02538fbba01e.tar.gz |
Upgrade prometheus-client-mmap to 0.9.7sh-bump-prometheus-client-mmap-0.9.7
This removes a warning message when prometheus_multiproc_dir is not set.
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.6' + gem 'prometheus-client-mmap', '~> 0.9.7' gem 'raindrops', '~> 0.18' end |