Skip to content

Commit

Permalink
chore(deps): bump puma from 6.3.1 to 6.4.2 in /examples/quick-start-r…
Browse files Browse the repository at this point in the history
…uby-sinatra (#3502)

chore(deps): bump puma in /examples/quick-start-ruby-sinatra

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 a63172f commit 984263c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/quick-start-ruby-sinatra/Gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"

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

gem "opentelemetry-sdk", "~> 1.2"
Expand Down
6 changes: 3 additions & 3 deletions examples/quick-start-ruby-sinatra/Gemfile.lock
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 @@ -39,7 +39,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 @@ -60,7 +60,7 @@ DEPENDENCIES
opentelemetry-exporter-otlp (~> 0.24)
opentelemetry-instrumentation-sinatra (~> 0.21)
opentelemetry-sdk (~> 1.2)
puma (~> 6.3.1)
puma (~> 6.4.2)
sinatra (~> 3.0.5)

BUNDLED WITH
Expand Down

0 comments on commit 984263c

Please sign in to comment.