diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2019-07-08 12:47:14 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2019-07-08 12:47:14 +0000 |
commit | d14d1340c6d26a132e8db1f9b883aa87276b457c (patch) | |
tree | 54ea8e4c562f0cfd5354d22e6fbf8c5a6cb588cc /Gemfile | |
parent | 5b731837810c44f5e0b988186fc66455bd5ac3e4 (diff) | |
parent | 18a39e44b0a212d229e3bbc6125b02538fbba01e (diff) | |
download | gitlab-ce-d14d1340c6d26a132e8db1f9b883aa87276b457c.tar.gz |
Merge branch 'sh-bump-prometheus-client-mmap-0.9.7' into 'master'
Upgrade prometheus-client-mmap to 0.9.7
See merge request gitlab-org/gitlab-ce!30430
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |