From b4c261391194f66f80763cf31e729270e8e6eab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:30:32 +0000 Subject: [PATCH] Bump aws-sdk-s3 from 1.228.0 to 1.228.1 Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.228.0 to 1.228.1. - [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.228.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 93b6b2544..0ab1ba9b1 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ end gem "activerecord", "~> 8.1.3" gem "archive-zip" -gem "aws-sdk-s3", "1.228.0" +gem "aws-sdk-s3", "1.228.1" gem "csv", "~> 3.3" gem "epb-auth-tools", "~> 1.2.1" gem "epb_view_models", "~> 2.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7ec8c16f6..ae95c47c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM auth-sanitizer (0.2.1) version_gem (~> 1.1, >= 1.1.10) aws-eventstream (1.4.0) - aws-partitions (1.1270.0) + aws-partitions (1.1274.0) aws-sdk-core (3.254.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -40,7 +40,7 @@ GEM aws-sdk-kms (1.130.0) aws-sdk-core (~> 3, >= 3.254.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.228.0) + aws-sdk-s3 (1.228.1) aws-sdk-core (~> 3, >= 3.254.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -326,7 +326,7 @@ PLATFORMS DEPENDENCIES activerecord (~> 8.1.3) archive-zip - aws-sdk-s3 (= 1.228.0) + aws-sdk-s3 (= 1.228.1) csv (~> 3.3) database_cleaner epb-auth-tools (~> 1.2.1)