Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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.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
Original file line number Diff line number Diff line change
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