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:
authorPawel Chojnacki <pawel@chojnacki.ws>2018-02-07 05:09:51 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2018-02-07 23:59:31 +0300
commitf00bcb0dcf40d3520faed46075036b26523ecbc0 (patch)
treee52aae00a9ba2ecb8ec0a1c041fd9b4d0d3f7ea9 /Gemfile
parent4457cf9d178dc9912fd9c16427ad81b389179d00 (diff)
Update prometheus gem to version 0.9.1.pre.rc.2 fixing segfaults happening on metrics deletion
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 27c745b99a2..cb381aa12c8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -294,7 +294,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~> 0.7.0.beta44'
+ gem 'prometheus-client-mmap', '~> 0.9.1.pre.rc.2'
gem 'raindrops', '~> 0.18'
end