diff options
author | Stan Hu <stanhu@gmail.com> | 2017-12-09 01:05:13 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-12-09 01:05:13 -0800 |
commit | 938cc162f359e939b788e6b09821da7bb93b5172 (patch) | |
tree | 1a6b77d2382849f62c4029181c329dda00fcccd2 /Gemfile | |
parent | 806a68a81f1baeed07c146b1b5d9eb77796c46ba (diff) | |
download | gitlab-ce-938cc162f359e939b788e6b09821da7bb93b5172.tar.gz |
Properly bump prometheus-client-mmap gem versionssh-bump-prometheus-gem-properly
Only the Gemfile.lock was updated before.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,7 +283,7 @@ group :metrics do gem 'influxdb', '~> 0.2', require: false # Prometheus - gem 'prometheus-client-mmap', '~> 0.7.0.beta39' + gem 'prometheus-client-mmap', '~> 0.7.0.beta43' gem 'raindrops', '~> 0.18' end |