summaryrefslogtreecommitdiff
path: root/Gemfile.lock
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.lock
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.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 6c2ac9368f2..031741437e3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -595,7 +595,7 @@ GEM
premailer-rails (1.9.7)
actionmailer (>= 3, < 6)
premailer (~> 1.7, >= 1.7.9)
- prometheus-client-mmap (0.7.0.beta10)
+ prometheus-client-mmap (0.7.0.beta11)
mmap2 (~> 2.2, >= 2.2.7)
pry (0.10.4)
coderay (~> 1.1.0)
@@ -1047,7 +1047,7 @@ DEPENDENCIES
pg (~> 0.18.2)
poltergeist (~> 1.9.0)
premailer-rails (~> 1.9.7)
- prometheus-client-mmap (~> 0.7.0.beta9)
+ prometheus-client-mmap (~> 0.7.0.beta11)
pry-byebug (~> 3.4.1)
pry-rails (~> 0.3.4)
rack-attack (~> 4.4.1)