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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f5712da7508..ecf09da283a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -620,7 +620,7 @@ GEM parser unparser procto (0.0.3) - prometheus-client-mmap (0.7.0.beta14) + prometheus-client-mmap (0.7.0.beta17) mmap2 (~> 2.2, >= 2.2.7) pry (0.10.4) coderay (~> 1.1.0) @@ -1103,7 +1103,7 @@ DEPENDENCIES pg (~> 0.18.2) poltergeist (~> 1.9.0) premailer-rails (~> 1.9.7) - prometheus-client-mmap (~> 0.7.0.beta14) + prometheus-client-mmap (~> 0.7.0.beta17) pry-byebug (~> 3.4.1) pry-rails (~> 0.3.4) rack-attack (~> 4.4.1) |