diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-10-30 13:20:28 +0100 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-10-30 13:20:28 +0100 |
commit | ab64a7f21bd6944d9c4e5400ecdc4a6c854788fe (patch) | |
tree | 70d1a3fe29aa87b7cc7d22ad6353592c47f0cf29 /Gemfile | |
parent | b5d47d872a770e0dd94a01f3dbe6fa9f33cc4b72 (diff) | |
download | gitlab-ce-ab64a7f21bd6944d9c4e5400ecdc4a6c854788fe.tar.gz |
Update Prometheus Gem to fix problem caused by reading bad data.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ group :metrics do gem 'influxdb', '~> 0.2', require: false # Prometheus - gem 'prometheus-client-mmap', '~>0.7.0.beta17' + gem 'prometheus-client-mmap', '~>0.7.0.beta18' gem 'raindrops', '~> 0.18' end |