From 3295bf5b0d160e326b047f1eaa68d62717e91540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:57:26 +0000 Subject: [PATCH] Bump prometheus-client from 4.0.0 to 4.1.0 Bumps [prometheus-client](https://github.com/prometheus/client_ruby) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/prometheus/client_ruby/releases) - [Changelog](https://github.com/prometheus/client_ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_ruby/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 485b018e..c32dd125 100644 --- a/Gemfile +++ b/Gemfile @@ -116,4 +116,4 @@ gem "openssl", "~> 3.1" # mail 2.8.0 breaks sendmail usage: https://github.com/mikel/mail/issues/1538 gem "mail", "~> 2.7.1" -gem "prometheus-client", "~> 4.0" +gem "prometheus-client", "~> 4.1" diff --git a/Gemfile.lock b/Gemfile.lock index d4903cfe..479451ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,7 +279,7 @@ GEM pg (1.4.6) pghero (3.3.1) activerecord (>= 6) - prometheus-client (4.0.0) + prometheus-client (4.1.0) public_suffix (4.0.7) puma (6.1.1) nio4r (~> 2.0) @@ -523,7 +523,7 @@ DEPENDENCIES openssl (~> 3.1) pg pghero - prometheus-client (~> 4.0) + prometheus-client (~> 4.1) puma pundit (~> 2.3) questiongenerator (~> 1.1)