Commit 18a39e44 authored by Stan Hu's avatar Stan Hu

Upgrade prometheus-client-mmap to 0.9.7

This removes a warning message when prometheus_multiproc_dir is not set.
parent 6e9f8820
......@@ -309,7 +309,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
gem 'prometheus-client-mmap', '~> 0.9.6'
gem 'prometheus-client-mmap', '~> 0.9.7'
gem 'raindrops', '~> 0.18'
end
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment