From 43c2f00a9102c723a7735033d3ed6cc3e16280c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 09:49:06 +0000 Subject: [PATCH] Bump prometheus_exporter from 0.4.5 to 0.5.1 Bumps [prometheus_exporter](https://github.com/discourse/prometheus_exporter) from 0.4.5 to 0.5.1. - [Release notes](https://github.com/discourse/prometheus_exporter/releases) - [Changelog](https://github.com/discourse/prometheus_exporter/blob/master/CHANGELOG) - [Commits](https://github.com/discourse/prometheus_exporter/compare/v0.4.5...v0.5.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index db4accfb..8526a483 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem 'clockwork' # Monitoring gem 'gds_metrics', '~> 0.1.0' -gem 'prometheus_exporter', '~> 0.4.5' +gem 'prometheus_exporter', '~> 0.5.1' # HTTP gem 'httparty', '~> 0.17.0' diff --git a/Gemfile.lock b/Gemfile.lock index cfaab98a..6bc381f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,7 +252,7 @@ GEM pg (1.2.3) powerpack (0.1.2) prometheus-client-mmap (0.9.1) - prometheus_exporter (0.4.17) + prometheus_exporter (0.5.1) pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) @@ -451,7 +451,7 @@ DEPENDENCIES lograge (~> 0.11.2) logstash-event (~> 1.2, >= 1.2.02) pg (~> 1.1) - prometheus_exporter (~> 0.4.5) + prometheus_exporter (~> 0.5.1) pry-byebug puma (~> 4.3) rails (~> 5.2.4.3)