Skip to content

Commit 8c3737d

Browse files
chore(examples): update examples (#4225)
Co-authored-by: Pyroscope Bot <[email protected]>
1 parent 3e3af33 commit 8c3737d

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
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 "rails"
8-
gem 'pyroscope', '= 0.6.0'
8+
gem 'pyroscope', '= 0.6.4'
99
gem "sinatra", "~> 2.1"
1010

1111
gem "thin", "~> 1.8"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ GEM
88
ffi (1.17.2-x86_64-linux-gnu)
99
mustermann (2.0.2)
1010
ruby2_keywords (~> 0.0.1)
11-
pyroscope (0.6.0-aarch64-linux)
11+
pyroscope (0.6.4-aarch64-linux)
1212
ffi
13-
pyroscope (0.6.0-arm64-darwin)
13+
pyroscope (0.6.4-arm64-darwin)
1414
ffi
15-
pyroscope (0.6.0-x86_64-linux)
15+
pyroscope (0.6.4-x86_64-linux)
1616
ffi
1717
rack (2.2.14)
1818
rack-protection (2.2.4)
@@ -35,7 +35,7 @@ PLATFORMS
3535
x86_64-linux
3636

3737
DEPENDENCIES
38-
pyroscope (= 0.6.0)
38+
pyroscope (= 0.6.4)
3939
sinatra (~> 2.1)
4040
thin (~> 1.8)
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem "sqlite3", "~> 1.4"
1515
# Use the Puma web server [https://github.com/puma/puma]
1616
gem "puma", "~> 5.6"
1717

18-
gem 'pyroscope', '= 0.6.0'
18+
gem 'pyroscope', '= 0.6.4'
1919

2020
gem "pyroscope-otel", "~> 0.1.1"
2121
gem 'opentelemetry-sdk', "~> 1.2.0"

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ GEM
176176
stringio
177177
puma (5.6.8)
178178
nio4r (~> 2.0)
179-
pyroscope (0.6.0)
179+
pyroscope (0.6.4)
180180
ffi
181-
pyroscope (0.6.0-aarch64-linux)
181+
pyroscope (0.6.4-aarch64-linux)
182182
ffi
183-
pyroscope (0.6.0-arm64-darwin)
183+
pyroscope (0.6.4-arm64-darwin)
184184
ffi
185-
pyroscope (0.6.0-x86_64-darwin)
185+
pyroscope (0.6.4-x86_64-darwin)
186186
ffi
187-
pyroscope (0.6.0-x86_64-linux)
187+
pyroscope (0.6.4-x86_64-linux)
188188
ffi
189189
pyroscope-otel (0.1.4)
190190
opentelemetry-api (~> 1.1)
@@ -264,7 +264,7 @@ DEPENDENCIES
264264
opentelemetry-instrumentation-rails
265265
opentelemetry-sdk (~> 1.2.0)
266266
puma (~> 5.6)
267-
pyroscope (= 0.6.0)
267+
pyroscope (= 0.6.4)
268268
pyroscope-otel (~> 0.1.1)
269269
rails (~> 7.0.8)
270270
sprockets-rails
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'pyroscope', '= 0.6.0'
3+
gem 'pyroscope', '= 0.6.4'

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ GEM
44
ffi (1.17.2-aarch64-linux-gnu)
55
ffi (1.17.2-arm64-darwin)
66
ffi (1.17.2-x86_64-linux-gnu)
7-
pyroscope (0.6.0-aarch64-linux)
7+
pyroscope (0.6.4-aarch64-linux)
88
ffi
9-
pyroscope (0.6.0-arm64-darwin)
9+
pyroscope (0.6.4-arm64-darwin)
1010
ffi
11-
pyroscope (0.6.0-x86_64-linux)
11+
pyroscope (0.6.4-x86_64-linux)
1212
ffi
1313

1414
PLATFORMS
@@ -17,7 +17,7 @@ PLATFORMS
1717
x86_64-linux
1818

1919
DEPENDENCIES
20-
pyroscope (= 0.6.0)
20+
pyroscope (= 0.6.4)
2121

2222
BUNDLED WITH
2323
2.4.10

0 commit comments

Comments
 (0)