Skip to content

Commit

Permalink
chore: add rackup to sinatra example Gemfile (#828)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam <[email protected]>
  • Loading branch information
scbjans and plantfansam authored Jan 22, 2024
1 parent 3e5fbb3 commit f26d4d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instrumentation/sinatra/example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
# SPDX-License-Identifier: Apache-2.0

source 'https://rubygems.org'
gem 'puma'
gem 'opentelemetry-api'
gem 'opentelemetry-common'
gem 'opentelemetry-instrumentation-sinatra'
gem 'opentelemetry-sdk'
gem 'puma'
gem 'rackup'
gem 'sinatra'

0 comments on commit f26d4d7

Please sign in to comment.