From bde5305b7efd345ded9390985386438f09e2a6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 04:59:10 +0000 Subject: [PATCH] Bump aws-sdk-s3 from 1.196.1 to 1.197.0 Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.196.1 to 1.197.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.197.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9ebb20ee..14f293f4 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'bootsnap', require: false gem 'sidekiq' # Aws S3 SDK for Ruby -gem 'aws-sdk-s3', '~> 1.0' +gem 'aws-sdk-s3', '~> 1.197' # Temporary file downloads over HTTP gem 'down' diff --git a/Gemfile.lock b/Gemfile.lock index 8a1728fa..047d6102 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) aws-eventstream (1.4.0) - aws-partitions (1.1146.0) + aws-partitions (1.1148.0) aws-sdk-core (3.229.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -88,7 +88,7 @@ GEM aws-sdk-kms (1.110.0) aws-sdk-core (~> 3, >= 3.228.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.196.1) + aws-sdk-s3 (1.197.0) aws-sdk-core (~> 3, >= 3.228.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -431,7 +431,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - aws-sdk-s3 (~> 1.0) + aws-sdk-s3 (~> 1.197) bootsnap bugsnag (~> 6.28) capybara