From 7896d76827103e457e3b26b2e084ec0fad233ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:48:26 +0000 Subject: [PATCH] Bump aws-sdk-s3 from 1.166.0 to 1.167.0 Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.166.0 to 1.167.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 46b90af4..bc790b9d 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.4' -gem 'aws-sdk-s3', '~> 1.166' +gem 'aws-sdk-s3', '~> 1.167' gem 'bootsnap', '>= 1.1.0', require: false gem 'puma', '~> 6' gem 'rollbar' diff --git a/Gemfile.lock b/Gemfile.lock index a7192860..b8c9084f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,8 +69,8 @@ GEM addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) aws-eventstream (1.3.0) - aws-partitions (1.978.0) - aws-sdk-core (3.209.0) + aws-partitions (1.983.0) + aws-sdk-core (3.209.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.9) @@ -78,7 +78,7 @@ GEM aws-sdk-kms (1.94.0) aws-sdk-core (~> 3, >= 3.207.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.166.0) + aws-sdk-s3 (1.167.0) aws-sdk-core (~> 3, >= 3.207.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -244,7 +244,7 @@ PLATFORMS ruby DEPENDENCIES - aws-sdk-s3 (~> 1.166) + aws-sdk-s3 (~> 1.167) bootsnap (>= 1.1.0) capybara (~> 3.40) dotenv (~> 3.1)