From bfce3b48f40903538a4a8238d6f87bfc8f8f3cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:46:36 -0600 Subject: [PATCH 1/3] Bump rack from 3.2.2 to 3.2.3 (#344) Bumps [rack](https://github.com/rack/rack) from 3.2.2 to 3.2.3. - [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/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: rack dependency-version: 3.2.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: Leo Kacenjar Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7d55f8d7..7a3a6b81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.2) + rack (3.2.3) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) From 9ac8737d8c43c99ca297880bd13b54dcfcedc12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:48:09 -0600 Subject: [PATCH 2/3] Bump aws-sdk-s3 from 1.199.1 to 1.200.0 (#342) Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.199.1 to 1.200.0. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-version: 1.200.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: Leo Kacenjar Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2551033c..730e2c08 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ group :test do end gem "bcrypt", "~> 3.1" -gem "aws-sdk-s3", "~> 1.199" # For S3 versioning support +gem "aws-sdk-s3", "~> 1.200" # For S3 versioning support gem "aws-sdk-secretsmanager" gem "aws-sdk-lambda" gem "aws-sigv4" diff --git a/Gemfile.lock b/Gemfile.lock index 7a3a6b81..e61e3a6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) aws-eventstream (1.4.0) - aws-partitions (1.1172.0) + aws-partitions (1.1173.0) aws-sdk-core (3.233.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -97,7 +97,7 @@ GEM aws-sdk-lambda (1.161.0) aws-sdk-core (~> 3, >= 3.231.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.199.1) + aws-sdk-s3 (1.200.0) aws-sdk-core (~> 3, >= 3.231.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -520,7 +520,7 @@ PLATFORMS DEPENDENCIES activerecord-session_store aws-sdk-lambda - aws-sdk-s3 (~> 1.199) + aws-sdk-s3 (~> 1.200) aws-sdk-secretsmanager aws-sdk-ses aws-sigv4 From ae4feeee4faa60a1c7c063112ab8654db51a76c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:48:29 -0600 Subject: [PATCH 3/3] Bump rubyzip from 3.1.1 to 3.2.0 (#341) Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: Leo Kacenjar Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e61e3a6e..27f0f394 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -419,7 +419,7 @@ GEM rbs (>= 3, < 5) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - rubyzip (3.1.1) + rubyzip (3.2.0) securerandom (0.4.1) selenium-webdriver (4.36.0) base64 (~> 0.2)