Skip to content

Commit

Permalink
chore(deps): bump puma from 5.6.5 to 5.6.7 in /examples/quick-start-r…
Browse files Browse the repository at this point in the history
…uby-on-rails/quick_start_api (#3084)

chore(deps): bump puma

Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 5.6.7.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.5...v5.6.7)

---
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 Aug 21, 2023
1 parent 9ad095c commit 88d3e9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/quick-start-ruby-on-rails/quick_start_api/Gemfile
Expand Up @@ -10,7 +10,7 @@ gem "rails", "~> 7.0.4", ">= 7.0.4.3"
gem "sqlite3", "~> 1.4"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.0"
gem "puma", "~> 5.6"

# Build JSON APIs with ease [https://github.com/rails/jbuilder]
# gem "jbuilder"
Expand Down
Expand Up @@ -299,7 +299,7 @@ GEM
opentelemetry-semantic_conventions
opentelemetry-semantic_conventions (1.8.0)
opentelemetry-api (~> 1.0)
puma (5.6.5)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -358,7 +358,7 @@ DEPENDENCIES
opentelemetry-exporter-otlp
opentelemetry-instrumentation-all
opentelemetry-sdk
puma (~> 5.0)
puma (~> 5.6)
rails (~> 7.0.4, >= 7.0.4.3)
sqlite3 (~> 1.4)
tzinfo-data
Expand Down

0 comments on commit 88d3e9a

Please sign in to comment.