File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
examples/language-sdk-instrumentation/ruby/rideshare Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source "https://rubygems.org"
55git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
66
77gem 'pyroscope' , '= 0.6.7'
8- gem "sinatra" , "~> 4.1 "
8+ gem "sinatra" , "~> 4.2 "
99gem "thin" , "~> 2.0"
1010gem 'pyroscope-otel'
1111gem 'opentelemetry-sdk'
Original file line number Diff line number Diff line change 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 )
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 )
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
103103PLATFORMS
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
129129BUNDLED WITH
You can’t perform that action at this time.
0 commit comments