diff options
author | Stan Hu <stanhu@gmail.com> | 2019-07-05 22:17:28 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-07-05 22:17:28 -0700 |
commit | 18a39e44b0a212d229e3bbc6125b02538fbba01e (patch) | |
tree | e4a72847d6055ad2b583ac58090c1ea40ecd6eb4 /Gemfile.lock | |
parent | 6e9f882007a18d594b4a53e417a87fdeec3bc29f (diff) | |
download | gitlab-ce-18a39e44b0a212d229e3bbc6125b02538fbba01e.tar.gz |
Upgrade prometheus-client-mmap to 0.9.7sh-bump-prometheus-client-mmap-0.9.7
This removes a warning message when prometheus_multiproc_dir is not set.
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 5099167e03f..a3bad0be233 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -652,7 +652,7 @@ GEM parser unparser procto (0.0.3) - prometheus-client-mmap (0.9.6) + prometheus-client-mmap (0.9.7) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -1173,7 +1173,7 @@ DEPENDENCIES peek-redis (~> 1.2.0) pg (~> 1.1) premailer-rails (~> 1.9.7) - prometheus-client-mmap (~> 0.9.6) + prometheus-client-mmap (~> 0.9.7) pry-byebug (~> 3.5.1) pry-rails (~> 0.3.4) puma (~> 3.12) |