summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-07-27 14:27:15 +0200
committerPawel Chojnacki <pawel@chojnacki.ws>2017-07-27 14:40:36 +0200
commit3265ac4f39e6760340722c524113ac1691fdcf8d (patch)
treef7d17ff810f1ad47b27ee5b0d28f6e882e60337f /Gemfile
parentef50875d3aa27a8e7bcc3296f911da4710be0585 (diff)
downloadgitlab-ce-3265ac4f39e6760340722c524113ac1691fdcf8d.tar.gz
Update prometheus client gem to fix problems with PID handling followingpawel/prometheus_client_pid_reuse_error
unicorn forking new workers.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 43109de1b45..a2343f81929 100644
--- a/Gemfile
+++ b/Gemfile
@@ -286,7 +286,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~>0.7.0.beta9'
+ gem 'prometheus-client-mmap', '~>0.7.0.beta11'
gem 'raindrops', '~> 0.18'
end