Merge pull request #1150 from Retrospring/dependabot/bundler/prometheus-client-4.1.0
This commit is contained in:
commit
5d74dca81c
2
Gemfile
2
Gemfile
|
@ -116,4 +116,4 @@ gem "openssl", "~> 3.1"
|
||||||
# mail 2.8.0 breaks sendmail usage: https://github.com/mikel/mail/issues/1538
|
# mail 2.8.0 breaks sendmail usage: https://github.com/mikel/mail/issues/1538
|
||||||
gem "mail", "~> 2.7.1"
|
gem "mail", "~> 2.7.1"
|
||||||
|
|
||||||
gem "prometheus-client", "~> 4.0"
|
gem "prometheus-client", "~> 4.1"
|
||||||
|
|
|
@ -279,7 +279,7 @@ GEM
|
||||||
pg (1.4.6)
|
pg (1.4.6)
|
||||||
pghero (3.3.1)
|
pghero (3.3.1)
|
||||||
activerecord (>= 6)
|
activerecord (>= 6)
|
||||||
prometheus-client (4.0.0)
|
prometheus-client (4.1.0)
|
||||||
public_suffix (4.0.7)
|
public_suffix (4.0.7)
|
||||||
puma (6.1.1)
|
puma (6.1.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
|
@ -523,7 +523,7 @@ DEPENDENCIES
|
||||||
openssl (~> 3.1)
|
openssl (~> 3.1)
|
||||||
pg
|
pg
|
||||||
pghero
|
pghero
|
||||||
prometheus-client (~> 4.0)
|
prometheus-client (~> 4.1)
|
||||||
puma
|
puma
|
||||||
pundit (~> 2.3)
|
pundit (~> 2.3)
|
||||||
questiongenerator (~> 1.1)
|
questiongenerator (~> 1.1)
|
||||||
|
|
Loading…
Reference in New Issue