Skip to content

Commit 57d0458

Browse files
chore(deps): bump sinatra
Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33c05e4 commit 57d0458

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/language-sdk-instrumentation/ruby/rideshare/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

77
gem 'pyroscope', '= 0.6.7'
8-
gem "sinatra", "~> 4.1"
8+
gem "sinatra", "~> 4.2"
99
gem "thin", "~> 2.0"
1010
gem 'pyroscope-otel'
1111
gem 'opentelemetry-sdk'

examples/language-sdk-instrumentation/ruby/rideshare/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GEM
3737
googleapis-common-protos-types (1.16.0)
3838
google-protobuf (>= 3.18, < 5.a)
3939
logger (1.7.0)
40-
mustermann (3.0.3)
40+
mustermann (3.0.4)
4141
ruby2_keywords (~> 0.0.1)
4242
nio4r (2.7.4)
4343
opentelemetry-api (1.5.0)
@@ -74,8 +74,8 @@ GEM
7474
pyroscope-otel (0.1.4)
7575
opentelemetry-api (~> 1.1)
7676
pyroscope (>= 0.5.1, < 1.0)
77-
rack (3.1.18)
78-
rack-protection (4.1.1)
77+
rack (3.2.3)
78+
rack-protection (4.2.0)
7979
base64 (>= 0.1.0)
8080
logger (>= 1.6.0)
8181
rack (>= 3.0.0, < 4)
@@ -86,19 +86,19 @@ GEM
8686
rack (>= 3)
8787
rake (13.2.1)
8888
ruby2_keywords (0.0.5)
89-
sinatra (4.1.1)
89+
sinatra (4.2.0)
9090
logger (>= 1.6.0)
9191
mustermann (~> 3.0)
9292
rack (>= 3.0.0, < 4)
93-
rack-protection (= 4.1.1)
93+
rack-protection (= 4.2.0)
9494
rack-session (>= 2.0.0, < 3)
9595
tilt (~> 2.0)
9696
thin (2.0.1)
9797
daemons (~> 1.0, >= 1.0.9)
9898
eventmachine (~> 1.0, >= 1.0.4)
9999
logger
100100
rack (>= 1, < 4)
101-
tilt (2.6.0)
101+
tilt (2.6.1)
102102

103103
PLATFORMS
104104
aarch64-linux
@@ -123,7 +123,7 @@ DEPENDENCIES
123123
pyroscope (= 0.6.7)
124124
pyroscope-otel
125125
rackup (~> 2.2)
126-
sinatra (~> 4.1)
126+
sinatra (~> 4.2)
127127
thin (~> 2.0)
128128

129129
BUNDLED WITH

0 commit comments

Comments
 (0)