Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump puma from 6.2.1 to 6.3.1 in /examples/quick-start-ruby-sinatra #3082

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/quick-start-ruby-sinatra/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

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

gem "opentelemetry-sdk", "~> 1.2"
Expand Down
6 changes: 4 additions & 2 deletions examples/quick-start-ruby-sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
google-protobuf (3.22.2-x86_64-darwin)
google-protobuf (3.22.2-x86_64-linux)
googleapis-common-protos-types (1.5.0)
google-protobuf (~> 3.14)
mustermann (3.0.0)
Expand Down Expand Up @@ -38,7 +39,7 @@ GEM
opentelemetry-semantic_conventions
opentelemetry-semantic_conventions (1.8.0)
opentelemetry-api (~> 1.0)
puma (6.2.1)
puma (6.3.1)
nio4r (~> 2.0)
rack (2.2.6.4)
rack-protection (3.0.5)
Expand All @@ -53,12 +54,13 @@ GEM

PLATFORMS
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
opentelemetry-exporter-otlp (~> 0.24)
opentelemetry-instrumentation-sinatra (~> 0.21)
opentelemetry-sdk (~> 1.2)
puma (~> 6.2.1)
puma (~> 6.3.1)
sinatra (~> 3.0.5)

BUNDLED WITH
Expand Down