Skip to content

Commit 5bd7749

Browse files
chore: Update http example gems (#1772)
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.
1 parent 583fe04 commit 5bd7749

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/http/Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
source "https://rubygems.org"
44

5-
gem "faraday", "~> 0.16.1"
5+
gem "faraday", "~> 2.0"
66
gem "opentelemetry-api"
77
gem "opentelemetry-common"
88
gem "opentelemetry-sdk"
9-
gem "sinatra", "~> 2.0"
9+
gem "sinatra", "~> 4.1"
1010
gem "puma"
11+
gem "rackup"

0 commit comments

Comments
 (0)