File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed
examples/language-sdk-instrumentation/ruby Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source "https://rubygems.org"
5
5
git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
6
6
7
7
# gem "rails"
8
- gem 'pyroscope' , '= 0.6.0 '
8
+ gem 'pyroscope' , '= 0.6.4 '
9
9
gem "sinatra" , "~> 2.1"
10
10
11
11
gem "thin" , "~> 1.8"
Original file line number Diff line number Diff line change 8
8
ffi (1.17.2-x86_64-linux-gnu )
9
9
mustermann (2.0.2 )
10
10
ruby2_keywords (~> 0.0.1 )
11
- pyroscope (0.6.0 -aarch64-linux )
11
+ pyroscope (0.6.4 -aarch64-linux )
12
12
ffi
13
- pyroscope (0.6.0 -arm64-darwin )
13
+ pyroscope (0.6.4 -arm64-darwin )
14
14
ffi
15
- pyroscope (0.6.0 -x86_64-linux )
15
+ pyroscope (0.6.4 -x86_64-linux )
16
16
ffi
17
17
rack (2.2.14 )
18
18
rack-protection (2.2.4 )
@@ -35,7 +35,7 @@ PLATFORMS
35
35
x86_64-linux
36
36
37
37
DEPENDENCIES
38
- pyroscope (= 0.6.0 )
38
+ pyroscope (= 0.6.4 )
39
39
sinatra (~> 2.1 )
40
40
thin (~> 1.8 )
41
41
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ gem "sqlite3", "~> 1.4"
15
15
# Use the Puma web server [https://github.com/puma/puma]
16
16
gem "puma" , "~> 5.6"
17
17
18
- gem 'pyroscope' , '= 0.6.0 '
18
+ gem 'pyroscope' , '= 0.6.4 '
19
19
20
20
gem "pyroscope-otel" , "~> 0.1.1"
21
21
gem 'opentelemetry-sdk' , "~> 1.2.0"
Original file line number Diff line number Diff line change @@ -176,15 +176,15 @@ GEM
176
176
stringio
177
177
puma (5.6.8 )
178
178
nio4r (~> 2.0 )
179
- pyroscope (0.6.0 )
179
+ pyroscope (0.6.4 )
180
180
ffi
181
- pyroscope (0.6.0 -aarch64-linux )
181
+ pyroscope (0.6.4 -aarch64-linux )
182
182
ffi
183
- pyroscope (0.6.0 -arm64-darwin )
183
+ pyroscope (0.6.4 -arm64-darwin )
184
184
ffi
185
- pyroscope (0.6.0 -x86_64-darwin )
185
+ pyroscope (0.6.4 -x86_64-darwin )
186
186
ffi
187
- pyroscope (0.6.0 -x86_64-linux )
187
+ pyroscope (0.6.4 -x86_64-linux )
188
188
ffi
189
189
pyroscope-otel (0.1.4 )
190
190
opentelemetry-api (~> 1.1 )
@@ -264,7 +264,7 @@ DEPENDENCIES
264
264
opentelemetry-instrumentation-rails
265
265
opentelemetry-sdk (~> 1.2.0 )
266
266
puma (~> 5.6 )
267
- pyroscope (= 0.6.0 )
267
+ pyroscope (= 0.6.4 )
268
268
pyroscope-otel (~> 0.1.1 )
269
269
rails (~> 7.0.8 )
270
270
sprockets-rails
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'pyroscope' , '= 0.6.0 '
3
+ gem 'pyroscope' , '= 0.6.4 '
Original file line number Diff line number Diff line change 4
4
ffi (1.17.2-aarch64-linux-gnu )
5
5
ffi (1.17.2-arm64-darwin )
6
6
ffi (1.17.2-x86_64-linux-gnu )
7
- pyroscope (0.6.0 -aarch64-linux )
7
+ pyroscope (0.6.4 -aarch64-linux )
8
8
ffi
9
- pyroscope (0.6.0 -arm64-darwin )
9
+ pyroscope (0.6.4 -arm64-darwin )
10
10
ffi
11
- pyroscope (0.6.0 -x86_64-linux )
11
+ pyroscope (0.6.4 -x86_64-linux )
12
12
ffi
13
13
14
14
PLATFORMS
@@ -17,7 +17,7 @@ PLATFORMS
17
17
x86_64-linux
18
18
19
19
DEPENDENCIES
20
- pyroscope (= 0.6.0 )
20
+ pyroscope (= 0.6.4 )
21
21
22
22
BUNDLED WITH
23
23
2.4.10
You can’t perform that action at this time.
0 commit comments