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.lock | |
parent | b5d47d872a770e0dd94a01f3dbe6fa9f33cc4b72 (diff) | |
download | gitlab-ce-ab64a7f21bd6944d9c4e5400ecdc4a6c854788fe.tar.gz |
Update Prometheus Gem to fix problem caused by reading bad data.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 53efb1c76c2..34f4e6af7e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -623,7 +623,7 @@ GEM parser unparser procto (0.0.3) - prometheus-client-mmap (0.7.0.beta17) + prometheus-client-mmap (0.7.0.beta18) mmap2 (~> 2.2, >= 2.2.7) pry (0.10.4) coderay (~> 1.1.0) @@ -1106,7 +1106,7 @@ DEPENDENCIES pg (~> 0.18.2) poltergeist (~> 1.9.0) premailer-rails (~> 1.9.7) - prometheus-client-mmap (~> 0.7.0.beta17) + prometheus-client-mmap (~> 0.7.0.beta18) pry-byebug (~> 3.4.1) pry-rails (~> 0.3.4) rack-attack (~> 4.4.1) |