diff options
| author | Robert Speicher <robert@gitlab.com> | 2017-07-27 15:47:01 +0000 |
|---|---|---|
| committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-07-31 20:39:01 +0100 |
| commit | 251109716617d372592f78ba6e4fc65a1366a9c4 (patch) | |
| tree | 02ff44cdfe06bdf98d23a32d14eee8e603e735b3 /Gemfile | |
| parent | 102ab0c970777e9e9acdaf9ca00b1f444d00b6fa (diff) | |
| download | gitlab-ce-9-4-stable-patch-3.tar.gz | |
Merge branch 'pawel/prometheus_client_pid_reuse_error' into 'master'9-4-stable-patch-3
Fix prometheus client pid reuse bug
See merge request !13130
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -287,7 +287,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 |
