diff options
author | Paweł Chojnacki <pawel@chojnacki.ws> | 2017-07-19 08:54:39 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-07-19 08:54:39 +0000 |
commit | 2c3d52161af2f170bdb644b96b6ffe5da0c1df10 (patch) | |
tree | a4e5d5766c8c74cd782ea18e46afeddf8ae027e1 /Gemfile | |
parent | fa8ec52a717a1e019e867ebd884c20f5f17bbe02 (diff) | |
download | gitlab-ce-2c3d52161af2f170bdb644b96b6ffe5da0c1df10.tar.gz |
Update Prometheus gem to version that explicitly calls `munmap`
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.beta5' + gem 'prometheus-client-mmap', '~>0.7.0.beta9' gem 'raindrops', '~> 0.18' end |