diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-07-27 14:27:15 +0200 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-07-27 14:40:36 +0200 |
commit | 3265ac4f39e6760340722c524113ac1691fdcf8d (patch) | |
tree | f7d17ff810f1ad47b27ee5b0d28f6e882e60337f /Gemfile | |
parent | ef50875d3aa27a8e7bcc3296f911da4710be0585 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |