diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2018-01-02 11:50:50 +0100 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2018-01-02 11:53:23 +0100 |
commit | 387c808f9f1778fe490d9add446f8053001582d6 (patch) | |
tree | 6755670dd9094e2caa856f2bc6610a2db29cf4b7 /Gemfile.lock | |
parent | 377d5c9ec32f9957eee4a9a397a8d18cad1274ac (diff) | |
download | gitlab-ce-387c808f9f1778fe490d9add446f8053001582d6.tar.gz |
Update prometheus gem to version that adds inf+ bucket in accordance with Prometheus docs.
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 90db5bc42fc..3cffed4901b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -634,7 +634,7 @@ GEM parser unparser procto (0.0.3) - prometheus-client-mmap (0.7.0.beta43) + prometheus-client-mmap (0.7.0.beta44) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -1122,7 +1122,7 @@ DEPENDENCIES peek-sidekiq (~> 1.0.3) pg (~> 0.18.2) premailer-rails (~> 1.9.7) - prometheus-client-mmap (~> 0.7.0.beta43) + prometheus-client-mmap (~> 0.7.0.beta44) pry-byebug (~> 3.4.1) pry-rails (~> 0.3.4) rack-attack (~> 4.4.1) |