From a4fe5fdcd7ecaf23f9e145394a76f81954950819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:55:04 +0000 Subject: [PATCH] Bump aws-sdk-s3 from 1.174.0 to 1.175.0 Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.174.0 to 1.175.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-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 e547255b..40a6bd65 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '3.1.2' gem 'rails', '~> 7.0.0' gem 'soup', '~> 1.0' gem 'kramdown', '~> 2.5' -gem 'aws-sdk-s3', '~> 1.174' +gem 'aws-sdk-s3', '~> 1.175' gem 'bootsnap', '>= 1.1.0', require: false gem 'puma', '~> 6' gem 'rollbar' diff --git a/Gemfile.lock b/Gemfile.lock index ee762bb9..e690d332 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,7 +69,7 @@ GEM addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) aws-eventstream (1.3.0) - aws-partitions (1.1013.0) + aws-partitions (1.1015.0) aws-sdk-core (3.214.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -78,7 +78,7 @@ GEM aws-sdk-kms (1.96.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.174.0) + aws-sdk-s3 (1.175.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -242,7 +242,7 @@ PLATFORMS ruby DEPENDENCIES - aws-sdk-s3 (~> 1.174) + aws-sdk-s3 (~> 1.175) bootsnap (>= 1.1.0) capybara (~> 3.40) dotenv (~> 3.1)