From 14a7e7d0c59a33b1ec8c267cbd4ea601ee914c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:24:39 +0000 Subject: [PATCH] chore(deps): bump the bundler group across 3 directories with 11 updates Bumps the bundler group with 1 update in the /examples/tracing/ruby directory: [sinatra](https://github.com/sinatra/sinatra). Bumps the bundler group with 3 updates in the /examples/language-sdk-instrumentation/ruby/rideshare_rails directory: [puma](https://github.com/puma/puma), [rack](https://github.com/rack/rack) and [actionmailer](https://github.com/rails/rails). Bumps the bundler group with 1 update in the /examples/language-sdk-instrumentation/ruby/rideshare directory: [sinatra](https://github.com/sinatra/sinatra). Updates `sinatra` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v4.1.1...v4.2.0) Updates `rack` from 3.1.16 to 3.2.4 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.8.1...v2.2.20) Updates `puma` from 5.6.8 to 5.6.9 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](https://github.com/puma/puma/compare/v5.6.8...v5.6.9) Updates `rack` from 2.2.8.1 to 2.2.20 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.8.1...v2.2.20) Updates `actionmailer` from 7.0.8.1 to 7.0.8.5 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/actionmailer/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8.1...v7.0.8.5) Updates `actionpack` from 7.0.8.1 to 7.0.8.5 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8.1...v7.0.8.5) Updates `actiontext` from 7.0.8.1 to 7.0.8.5 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/actiontext/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8.1...v7.0.8.5) Updates `activerecord` from 7.0.8.1 to 7.0.8.5 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8.1...v7.0.8.5) Updates `activestorage` from 7.0.8.1 to 7.0.8.5 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/activestorage/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8.1...v7.0.8.5) Updates `net-imap` from 0.4.10 to 0.5.12 - [Release notes](https://github.com/ruby/net-imap/releases) - [Commits](https://github.com/ruby/net-imap/compare/v0.4.10...v0.5.12) Updates `nokogiri` from 1.16.2 to 1.18.10 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.2...v1.18.10) Updates `rails-html-sanitizer` from 1.6.0 to 1.6.2 - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/rails-html-sanitizer/compare/v1.6.0...v1.6.2) Updates `sinatra` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production dependency-group: bundler - dependency-name: rack dependency-version: 3.2.4 dependency-type: indirect dependency-group: bundler - dependency-name: puma dependency-version: 5.6.9 dependency-type: direct:production dependency-group: bundler - dependency-name: rack dependency-version: 2.2.20 dependency-type: indirect dependency-group: bundler - dependency-name: actionmailer dependency-version: 7.0.8.5 dependency-type: indirect dependency-group: bundler - dependency-name: actionpack dependency-version: 7.0.8.5 dependency-type: indirect dependency-group: bundler - dependency-name: actiontext dependency-version: 7.0.8.5 dependency-type: indirect dependency-group: bundler - dependency-name: activerecord dependency-version: 7.0.8.5 dependency-type: indirect dependency-group: bundler - dependency-name: activestorage dependency-version: 7.0.8.5 dependency-type: indirect dependency-group: bundler - dependency-name: net-imap dependency-version: 0.5.12 dependency-type: indirect dependency-group: bundler - dependency-name: nokogiri dependency-version: 1.18.10 dependency-type: indirect dependency-group: bundler - dependency-name: rails-html-sanitizer dependency-version: 1.6.2 dependency-type: indirect dependency-group: bundler - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- .../ruby/rideshare/Gemfile | 4 +- .../ruby/rideshare/Gemfile.lock | 20 +-- .../ruby/rideshare_rails/Gemfile.lock | 160 +++++++++--------- examples/tracing/ruby/Gemfile | 4 +- examples/tracing/ruby/Gemfile.lock | 20 +-- 5 files changed, 105 insertions(+), 103 deletions(-) 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