Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-05-22 16:54:55 +0300
committerStan Hu <stanhu@gmail.com>2018-05-22 16:55:33 +0300
commit6cd1f4b87b0a40fa3cd733cb0e33c326959063c8 (patch)
tree9835cfbcc2c71bf01f95843c79f7cf12dd213dca /Gemfile
parentff5f3560928124de3c081feb8914d77f635c05c2 (diff)
Bump prometheus-client-mmap to 0.9.3 to fix nil exception error
See https://gitlab.com/gitlab-org/prometheus-client-mmap/issues/24
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ba1b3e93b7b..6730ee9c164 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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