Skip to content

Commit

Permalink
chore: Update http example gems (#1772)
Browse files Browse the repository at this point in the history
The Faraday and Sinatra versions were very out of date.
Dependabot noticed the Sinatra version had known vulnerabilities.
This updates the Gemfile. The example has the same output.
  • Loading branch information
kaylareopelle authored Dec 4, 2024
1 parent 583fe04 commit 5bd7749
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/http/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

source "https://rubygems.org"

gem "faraday", "~> 0.16.1"
gem "faraday", "~> 2.0"
gem "opentelemetry-api"
gem "opentelemetry-common"
gem "opentelemetry-sdk"
gem "sinatra", "~> 2.0"
gem "sinatra", "~> 4.1"
gem "puma"
gem "rackup"

0 comments on commit 5bd7749

Please sign in to comment.