Skip to content

Commit

Permalink
chore(deps): bump puma from 6.3.1 to 6.4.2 in /examples/observability…
Browse files Browse the repository at this point in the history
…-to-the-rescue/payment-executor-api (#3501)

chore(deps): bump puma

Bumps [puma](https://github.com/puma/puma) from 6.3.1 to 6.4.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.3.1...v6.4.2)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2024
1 parent 984263c commit c0344a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "puma", "~> 6.3.1"
gem "puma", "~> 6.4.2"
gem "sinatra", "~> 3.0.5"

# Adding support for Open Telemetry
Expand Down
Expand Up @@ -7,7 +7,7 @@ GEM
google-protobuf (~> 3.14)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.9)
nio4r (2.7.0)
opentelemetry-api (1.1.0)
opentelemetry-common (0.19.6)
opentelemetry-api (~> 1.0)
Expand Down Expand Up @@ -202,7 +202,7 @@ GEM
opentelemetry-semantic_conventions
opentelemetry-semantic_conventions (1.8.0)
opentelemetry-api (~> 1.0)
puma (6.3.1)
puma (6.4.2)
nio4r (~> 2.0)
rack (2.2.6.4)
rack-protection (3.0.5)
Expand All @@ -223,7 +223,7 @@ DEPENDENCIES
opentelemetry-exporter-otlp
opentelemetry-instrumentation-all
opentelemetry-sdk
puma (~> 6.3.1)
puma (~> 6.4.2)
sinatra (~> 3.0.5)

BUNDLED WITH
Expand Down

0 comments on commit c0344a5

Please sign in to comment.