summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-10-30 13:20:28 +0100
committerPawel Chojnacki <pawel@chojnacki.ws>2017-10-30 13:20:28 +0100
commitab64a7f21bd6944d9c4e5400ecdc4a6c854788fe (patch)
tree70d1a3fe29aa87b7cc7d22ad6353592c47f0cf29 /Gemfile
parentb5d47d872a770e0dd94a01f3dbe6fa9f33cc4b72 (diff)
downloadgitlab-ce-ab64a7f21bd6944d9c4e5400ecdc4a6c854788fe.tar.gz
Update Prometheus Gem to fix problem caused by reading bad data.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5adba4d58df..8c9edf5c733 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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