Merge branch 'sh-bump-prometheus-client-mmap' into 'master'
Bump prometheus-client-mmap to 0.9.3 to fix nil exception error See merge request gitlab-org/gitlab-ce!19085
This commit is contained in:
commit
b884cfc6c2
3 changed files with 8 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -297,7 +297,7 @@ group :metrics do
|
|||
gem 'influxdb', '~> 0.2', require: false
|
||||
|
||||
# Prometheus
|
||||
gem 'prometheus-client-mmap', '~> 0.9.2'
|
||||
gem 'prometheus-client-mmap', '~> 0.9.3'
|
||||
gem 'raindrops', '~> 0.18'
|
||||
end
|
||||
|
||||
|
|
|
@ -629,7 +629,7 @@ GEM
|
|||
parser
|
||||
unparser
|
||||
procto (0.0.3)
|
||||
prometheus-client-mmap (0.9.2)
|
||||
prometheus-client-mmap (0.9.3)
|
||||
pry (0.10.4)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
|
@ -1115,7 +1115,7 @@ DEPENDENCIES
|
|||
peek-sidekiq (~> 1.0.3)
|
||||
pg (~> 0.18.2)
|
||||
premailer-rails (~> 1.9.7)
|
||||
prometheus-client-mmap (~> 0.9.2)
|
||||
prometheus-client-mmap (~> 0.9.3)
|
||||
pry-byebug (~> 3.4.1)
|
||||
pry-rails (~> 0.3.4)
|
||||
rack-attack (~> 4.4.1)
|
||||
|
|
5
changelogs/unreleased/sh-bump-prometheus-client-mmap.yml
Normal file
5
changelogs/unreleased/sh-bump-prometheus-client-mmap.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Bump prometheus-client-mmap to 0.9.3 to fix nil exception error
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue