diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-11-21 18:59:14 +0100 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-11-23 00:37:24 +0100 |
commit | de2400f6404476e82d95f7cc6cd1fc26779c147b (patch) | |
tree | 7f06c93949c4b1814b8fea31d6cd2990b6a6638d /Gemfile | |
parent | 9fefb6c2be1e9772599aa376ae8ae37241ace0c6 (diff) | |
download | gitlab-ce-de2400f6404476e82d95f7cc6cd1fc26779c147b.tar.gz |
Update prometheus-client-gem to 0.7.0.beta33
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.beta18' + gem 'prometheus-client-mmap', '~> 0.7.0.beta33' gem 'raindrops', '~> 0.18' end |