diff --git a/examples/language-sdk-instrumentation/ruby/rideshare/Gemfile b/examples/language-sdk-instrumentation/ruby/rideshare/Gemfile index f2034d5016..2f009bb62c 100644 --- a/examples/language-sdk-instrumentation/ruby/rideshare/Gemfile +++ b/examples/language-sdk-instrumentation/ruby/rideshare/Gemfile @@ -5,11 +5,11 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'pyroscope', '= 0.6.7' -gem "sinatra", "~> 4.1" +gem "sinatra", "~> 4.2" gem "thin", "~> 2.0" gem 'pyroscope-otel' gem 'opentelemetry-sdk' gem 'opentelemetry-exporter-otlp' gem "rackup", "~> 2.2" -gem "puma", "~> 6.6" +gem "puma", "~> 7.1" diff --git a/examples/language-sdk-instrumentation/ruby/rideshare/Gemfile.lock b/examples/language-sdk-instrumentation/ruby/rideshare/Gemfile.lock index 235ba4628c..5308cd2048 100644 --- a/examples/language-sdk-instrumentation/ruby/rideshare/Gemfile.lock +++ b/examples/language-sdk-instrumentation/ruby/rideshare/Gemfile.lock @@ -37,9 +37,9 @@ GEM googleapis-common-protos-types (1.16.0) google-protobuf (>= 3.18, < 5.a) logger (1.7.0) - mustermann (3.0.3) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - nio4r (2.7.4) + nio4r (2.7.5) opentelemetry-api (1.5.0) opentelemetry-common (0.21.0) opentelemetry-api (~> 1.0) @@ -59,7 +59,7 @@ GEM opentelemetry-semantic_conventions opentelemetry-semantic_conventions (1.10.1) opentelemetry-api (~> 1.0) - puma (6.6.0) + puma (7.1.0) nio4r (~> 2.0) pyroscope (0.6.7) ffi @@ -74,8 +74,8 @@ GEM pyroscope-otel (0.1.4) opentelemetry-api (~> 1.1) pyroscope (>= 0.5.1, < 1.0) - rack (3.1.18) - rack-protection (4.1.1) + rack (3.2.4) + rack-protection (4.2.0) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) @@ -86,11 +86,11 @@ GEM rack (>= 3) rake (13.2.1) ruby2_keywords (0.0.5) - sinatra (4.1.1) + sinatra (4.2.0) logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.1.1) + rack-protection (= 4.2.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) thin (2.0.1) @@ -98,7 +98,7 @@ GEM eventmachine (~> 1.0, >= 1.0.4) logger rack (>= 1, < 4) - tilt (2.6.0) + tilt (2.6.1) PLATFORMS aarch64-linux @@ -119,11 +119,11 @@ PLATFORMS DEPENDENCIES opentelemetry-exporter-otlp opentelemetry-sdk - puma (~> 6.6) + puma (~> 7.1) pyroscope (= 0.6.7) pyroscope-otel rackup (~> 2.2) - sinatra (~> 4.1) + sinatra (~> 4.2) thin (~> 2.0) BUNDLED WITH diff --git a/examples/language-sdk-instrumentation/ruby/rideshare_rails/Gemfile.lock b/examples/language-sdk-instrumentation/ruby/rideshare_rails/Gemfile.lock index c47ba4924d..5362808a26 100644 --- a/examples/language-sdk-instrumentation/ruby/rideshare_rails/Gemfile.lock +++ b/examples/language-sdk-instrumentation/ruby/rideshare_rails/Gemfile.lock @@ -1,96 +1,98 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.0.8.1) - actionpack (= 7.0.8.1) - activesupport (= 7.0.8.1) + actioncable (7.0.8.5) + actionpack (= 7.0.8.5) + activesupport (= 7.0.8.5) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.8.1) - actionpack (= 7.0.8.1) - activejob (= 7.0.8.1) - activerecord (= 7.0.8.1) - activestorage (= 7.0.8.1) - activesupport (= 7.0.8.1) + actionmailbox (7.0.8.5) + actionpack (= 7.0.8.5) + activejob (= 7.0.8.5) + activerecord (= 7.0.8.5) + activestorage (= 7.0.8.5) + activesupport (= 7.0.8.5) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.8.1) - actionpack (= 7.0.8.1) - actionview (= 7.0.8.1) - activejob (= 7.0.8.1) - activesupport (= 7.0.8.1) + actionmailer (7.0.8.5) + actionpack (= 7.0.8.5) + actionview (= 7.0.8.5) + activejob (= 7.0.8.5) + activesupport (= 7.0.8.5) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.0) - actionpack (7.0.8.1) - actionview (= 7.0.8.1) - activesupport (= 7.0.8.1) + actionpack (7.0.8.5) + actionview (= 7.0.8.5) + activesupport (= 7.0.8.5) rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.8.1) - actionpack (= 7.0.8.1) - activerecord (= 7.0.8.1) - activestorage (= 7.0.8.1) - activesupport (= 7.0.8.1) + actiontext (7.0.8.5) + actionpack (= 7.0.8.5) + activerecord (= 7.0.8.5) + activestorage (= 7.0.8.5) + activesupport (= 7.0.8.5) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8.1) - activesupport (= 7.0.8.1) + actionview (7.0.8.5) + activesupport (= 7.0.8.5) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.8.1) - activesupport (= 7.0.8.1) + activejob (7.0.8.5) + activesupport (= 7.0.8.5) globalid (>= 0.3.6) - activemodel (7.0.8.1) - activesupport (= 7.0.8.1) - activerecord (7.0.8.1) - activemodel (= 7.0.8.1) - activesupport (= 7.0.8.1) - activestorage (7.0.8.1) - actionpack (= 7.0.8.1) - activejob (= 7.0.8.1) - activerecord (= 7.0.8.1) - activesupport (= 7.0.8.1) + activemodel (7.0.8.5) + activesupport (= 7.0.8.5) + activerecord (7.0.8.5) + activemodel (= 7.0.8.5) + activesupport (= 7.0.8.5) + activestorage (7.0.8.5) + actionpack (= 7.0.8.5) + activejob (= 7.0.8.5) + activerecord (= 7.0.8.5) + activesupport (= 7.0.8.5) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (7.0.8.1) + activesupport (7.0.8.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - builder (3.2.4) - concurrent-ruby (1.2.3) + builder (3.3.0) + concurrent-ruby (1.3.5) crass (1.0.6) - date (3.3.4) + date (3.5.0) debug (1.8.0) irb (>= 1.5.0) reline (>= 0.3.1) - erubi (1.12.0) + erubi (1.13.1) ffi (1.17.2) ffi (1.17.2-aarch64-linux-gnu) ffi (1.17.2-arm64-darwin) ffi (1.17.2-x86_64-darwin) ffi (1.17.2-x86_64-linux-gnu) - globalid (1.2.1) + globalid (1.3.0) activesupport (>= 6.1) - i18n (1.14.1) + i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.6.0) irb (1.8.1) rdoc reline (>= 0.3.8) - loofah (2.22.0) + logger (1.7.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mail (2.8.1) + mail (2.9.0) + logger mini_mime (>= 0.1.1) net-imap net-pop @@ -98,28 +100,28 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.5) - minitest (5.22.2) - net-imap (0.4.10) + mini_portile2 (2.8.9) + minitest (5.26.2) + net-imap (0.5.12) date net-protocol net-pop (0.1.2) net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0.1) + net-smtp (0.5.1) net-protocol - nio4r (2.7.0) - nokogiri (1.16.2) + nio4r (2.7.5) + nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.2-aarch64-linux) + nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.16.2-arm64-darwin) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-darwin) + nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) opentelemetry-api (1.1.0) opentelemetry-common (0.19.7) @@ -174,7 +176,7 @@ GEM opentelemetry-api (~> 1.0) psych (5.1.2) stringio - puma (5.6.8) + puma (5.6.9) nio4r (~> 2.0) pyroscope (0.6.7) ffi @@ -189,34 +191,34 @@ GEM pyroscope-otel (0.1.4) opentelemetry-api (~> 1.1) pyroscope (>= 0.5.1, < 1.0) - racc (1.7.3) - rack (2.2.8.1) - rack-test (2.1.0) + racc (1.8.1) + rack (2.2.21) + rack-test (2.2.0) rack (>= 1.3) - rails (7.0.8.1) - actioncable (= 7.0.8.1) - actionmailbox (= 7.0.8.1) - actionmailer (= 7.0.8.1) - actionpack (= 7.0.8.1) - actiontext (= 7.0.8.1) - actionview (= 7.0.8.1) - activejob (= 7.0.8.1) - activemodel (= 7.0.8.1) - activerecord (= 7.0.8.1) - activestorage (= 7.0.8.1) - activesupport (= 7.0.8.1) + rails (7.0.8.5) + actioncable (= 7.0.8.5) + actionmailbox (= 7.0.8.5) + actionmailer (= 7.0.8.5) + actionpack (= 7.0.8.5) + actiontext (= 7.0.8.5) + actionview (= 7.0.8.5) + activejob (= 7.0.8.5) + activemodel (= 7.0.8.5) + activerecord (= 7.0.8.5) + activestorage (= 7.0.8.5) + activesupport (= 7.0.8.5) bundler (>= 1.15.0) - railties (= 7.0.8.1) - rails-dom-testing (2.2.0) + railties (= 7.0.8.5) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) - nokogiri (~> 1.14) - railties (7.0.8.1) - actionpack (= 7.0.8.1) - activesupport (= 7.0.8.1) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) + railties (7.0.8.5) + actionpack (= 7.0.8.5) + activesupport (= 7.0.8.5) method_source rake (>= 12.2) thor (~> 1.0) @@ -243,7 +245,7 @@ GEM stringio (3.1.0) thor (1.3.1) thrift (0.19.0) - timeout (0.4.1) + timeout (0.4.4) tzinfo (2.0.6) concurrent-ruby (~> 1.0) websocket-driver (0.7.6) diff --git a/examples/tracing/ruby/Gemfile b/examples/tracing/ruby/Gemfile index 7f0fe19d03..282dca9c91 100644 --- a/examples/tracing/ruby/Gemfile +++ b/examples/tracing/ruby/Gemfile @@ -5,11 +5,11 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'pyroscope', '= 0.6.4' -gem "sinatra", "~> 4.1" +gem "sinatra", "~> 4.2" gem "thin", "~> 2.0" gem 'pyroscope-otel' gem 'opentelemetry-sdk' gem 'opentelemetry-exporter-otlp' gem "rackup", "~> 2.2" -gem "puma", "~> 6.6" +gem "puma", "~> 7.1" diff --git a/examples/tracing/ruby/Gemfile.lock b/examples/tracing/ruby/Gemfile.lock index 7314c914bb..26b9a40446 100644 --- a/examples/tracing/ruby/Gemfile.lock +++ b/examples/tracing/ruby/Gemfile.lock @@ -37,9 +37,9 @@ GEM googleapis-common-protos-types (1.16.0) google-protobuf (>= 3.18, < 5.a) logger (1.7.0) - mustermann (3.0.3) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - nio4r (2.7.4) + nio4r (2.7.5) opentelemetry-api (1.5.0) opentelemetry-common (0.21.0) opentelemetry-api (~> 1.0) @@ -59,7 +59,7 @@ GEM opentelemetry-semantic_conventions opentelemetry-semantic_conventions (1.10.1) opentelemetry-api (~> 1.0) - puma (6.6.0) + puma (7.1.0) nio4r (~> 2.0) pyroscope (0.6.4) ffi @@ -74,8 +74,8 @@ GEM pyroscope-otel (0.1.4) opentelemetry-api (~> 1.1) pyroscope (>= 0.5.1, < 1.0) - rack (3.1.16) - rack-protection (4.1.1) + rack (3.2.4) + rack-protection (4.2.0) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) @@ -86,11 +86,11 @@ GEM rack (>= 3) rake (13.2.1) ruby2_keywords (0.0.5) - sinatra (4.1.1) + sinatra (4.2.0) logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.1.1) + rack-protection (= 4.2.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) thin (2.0.1) @@ -98,7 +98,7 @@ GEM eventmachine (~> 1.0, >= 1.0.4) logger rack (>= 1, < 4) - tilt (2.6.0) + tilt (2.6.1) PLATFORMS aarch64-linux @@ -119,11 +119,11 @@ PLATFORMS DEPENDENCIES opentelemetry-exporter-otlp opentelemetry-sdk - puma (~> 6.6) + puma (~> 7.1) pyroscope (= 0.6.4) pyroscope-otel rackup (~> 2.2) - sinatra (~> 4.1) + sinatra (~> 4.2) thin (~> 2.0) BUNDLED WITH