diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-10-11 16:23:23 +0200 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-10-19 15:58:30 +0300 |
commit | f9a4f184f303e881469d892ceea719c13ab7b768 (patch) | |
tree | ca11631a872ab1848d64c0e312a72ef5773b3b15 /Gemfile | |
parent | 5a2acfe036b4ce2c74b015101c57f040b851899c (diff) | |
download | gitlab-ce-f9a4f184f303e881469d892ceea719c13ab7b768.tar.gz |
Update Prometheus gem to fix problems with other files overwriting current file
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.beta14' + gem 'prometheus-client-mmap', '~>0.7.0.beta17' gem 'raindrops', '~> 0.18' end |