diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-11-23 00:26:50 +0100 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-11-23 23:32:55 +0100 |
commit | cdcbeaccbec09fefe81b7b90badacf5308751ce9 (patch) | |
tree | 25c866a1052c9b0f7bd606618fd401359e82bed3 /Gemfile.lock | |
parent | de2400f6404476e82d95f7cc6cd1fc26779c147b (diff) | |
download | gitlab-ce-cdcbeaccbec09fefe81b7b90badacf5308751ce9.tar.gz |
Move prometheus middle ware to prometheus initialized.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3d18ee1ba44..69d20bdbbb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -625,7 +625,7 @@ GEM parser unparser procto (0.0.3) - prometheus-client-mmap (0.7.0.beta33) + prometheus-client-mmap (0.7.0.beta36) mmap2 (~> 2.2, >= 2.2.9) pry (0.10.4) coderay (~> 1.1.0) @@ -1111,7 +1111,7 @@ DEPENDENCIES peek-sidekiq (~> 1.0.3) pg (~> 0.18.2) premailer-rails (~> 1.9.7) - prometheus-client-mmap (~> 0.7.0.beta33) + prometheus-client-mmap (~> 0.7.0.beta36) pry-byebug (~> 3.4.1) pry-rails (~> 0.3.4) rack-attack (~> 4.4.1) |