From e6d50a57623c3ea9a75fc06fc3f80ff8a1594ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:20:21 +0000 Subject: [PATCH] Bump the bundler group across 2 directories with 4 updates Bumps the bundler group with 2 updates in the /sample-ruby directory: [sinatra](https://github.com/sinatra/sinatra) and [webrick](https://github.com/ruby/webrick). Bumps the bundler group with 2 updates in the /sample-functions-framework-ruby directory: [rack](https://github.com/rack/rack) and [puma](https://github.com/puma/puma). Updates `sinatra` from 2.2.3 to 4.2.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.2.3...v4.2.0) Updates `webrick` from 1.7.0 to 1.8.2 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2) Updates `rack` from 2.2.8 to 3.2.5 - [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.6.4...v2.2.22) Updates `rack` from 2.2.6.4 to 2.2.22 - [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.6.4...v2.2.22) Updates `puma` from 5.6.7 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.7...v5.6.9) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production dependency-group: bundler - dependency-name: webrick dependency-version: 1.8.2 dependency-type: direct:production dependency-group: bundler - dependency-name: rack dependency-version: 3.2.5 dependency-type: indirect dependency-group: bundler - dependency-name: rack dependency-version: 2.2.22 dependency-type: indirect dependency-group: bundler - dependency-name: puma dependency-version: 5.6.9 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- sample-functions-framework-ruby/Gemfile.lock | 6 ++-- sample-ruby/Gemfile | 4 +-- sample-ruby/Gemfile.lock | 33 +++++++++++++------- 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/sample-functions-framework-ruby/Gemfile.lock b/sample-functions-framework-ruby/Gemfile.lock index 5b11279..4c82733 100644 --- a/sample-functions-framework-ruby/Gemfile.lock +++ b/sample-functions-framework-ruby/Gemfile.lock @@ -6,10 +6,10 @@ GEM cloud_events (>= 0.7.0, < 2.a) puma (>= 4.3.0, < 6.a) rack (~> 2.1) - nio4r (2.5.9) - puma (5.6.7) + nio4r (2.7.5) + puma (5.6.9) nio4r (~> 2.0) - rack (2.2.6.4) + rack (2.2.22) PLATFORMS x86_64-linux diff --git a/sample-ruby/Gemfile b/sample-ruby/Gemfile index 424ece9..23508f0 100644 --- a/sample-ruby/Gemfile +++ b/sample-ruby/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem "sinatra", "~> 2.2" -gem "webrick", "~> 1.7" +gem "sinatra", "~> 4.2" +gem "webrick", "~> 1.8" diff --git a/sample-ruby/Gemfile.lock b/sample-ruby/Gemfile.lock index 9a74875..d784445 100644 --- a/sample-ruby/Gemfile.lock +++ b/sample-ruby/Gemfile.lock @@ -1,26 +1,35 @@ GEM remote: https://rubygems.org/ specs: - mustermann (2.0.2) + base64 (0.3.0) + logger (1.7.0) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - rack (2.2.8) - rack-protection (2.2.3) - rack + rack (3.2.5) + rack-protection (4.2.0) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.1.1) + base64 (>= 0.1.0) + rack (>= 3.0.0) ruby2_keywords (0.0.5) - sinatra (2.2.3) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.3) + sinatra (4.2.0) + logger (>= 1.6.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.2.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.0.11) - webrick (1.7.0) + tilt (2.7.0) + webrick (1.8.2) PLATFORMS x86_64-linux DEPENDENCIES - sinatra (~> 2.2) - webrick (~> 1.7) + sinatra (~> 4.2) + webrick (~> 1.8) BUNDLED WITH 2.3.7