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 | |
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')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,7 +283,7 @@ group :metrics do gem 'influxdb', '~> 0.2', require: false # Prometheus - gem 'prometheus-client-mmap', '~> 0.7.0.beta43' + gem 'prometheus-client-mmap', '~> 0.7.0.beta44' gem 'raindrops', '~> 0.18' end |