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:
authorPaweł Chojnacki <pawel@chojnacki.ws>2017-07-19 11:54:39 +0300
committerRémy Coutable <remy@rymai.me>2017-07-19 11:54:39 +0300
commit2c3d52161af2f170bdb644b96b6ffe5da0c1df10 (patch)
treea4e5d5766c8c74cd782ea18e46afeddf8ae027e1 /Gemfile
parentfa8ec52a717a1e019e867ebd884c20f5f17bbe02 (diff)
Update Prometheus gem to version that explicitly calls `munmap`
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b9c37e2b3fa..0d6b38897ef 100644
--- a/Gemfile
+++ b/Gemfile
@@ -281,7 +281,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~>0.7.0.beta5'
+ gem 'prometheus-client-mmap', '~>0.7.0.beta9'
gem 'raindrops', '~> 0.18'
end