Merge pull request #1288 from Retrospring/dependabot/bundler/prometheus-client-4.2.0

This commit is contained in:
dependabot[bot] 2023-07-31 15:59:30 +00:00 committed by GitHub
commit 659ee9abcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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.1"
gem "prometheus-client", "~> 4.2"

View File

@ -280,7 +280,7 @@ GEM
pg (1.5.3)
pghero (3.3.3)
activerecord (>= 6)
prometheus-client (4.1.0)
prometheus-client (4.2.0)
public_suffix (5.0.1)
puma (6.3.0)
nio4r (~> 2.0)
@ -528,7 +528,7 @@ DEPENDENCIES
openssl (~> 3.1)
pg
pghero
prometheus-client (~> 4.1)
prometheus-client (~> 4.2)
puma
pundit (~> 2.3)
questiongenerator (~> 1.1)