From 5c48d6ac0dbedb6ddc71b2de96259b064c01601b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 00:30:38 +0000 Subject: [PATCH] Bump aws-sdk-s3 from 1.131.0 to 1.132.0 Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.131.0 to 1.132.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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index c4f889ce..5c095ad1 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '3.1.2' gem 'rails', '~> 7.0' gem 'soup', '~> 1.0' gem 'kramdown', '~> 2.4' -gem 'aws-sdk-s3', '~> 1.131' +gem 'aws-sdk-s3', '~> 1.132' gem 'bootsnap', '>= 1.1.0', require: false gem 'puma', '~> 6' gem 'rollbar' diff --git a/Gemfile.lock b/Gemfile.lock index 511f51bc..006ea05b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,8 +69,8 @@ GEM addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) aws-eventstream (1.2.0) - aws-partitions (1.790.0) - aws-sdk-core (3.178.0) + aws-partitions (1.792.0) + aws-sdk-core (3.179.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) @@ -78,8 +78,8 @@ GEM aws-sdk-kms (1.71.0) aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.131.0) - aws-sdk-core (~> 3, >= 3.177.0) + aws-sdk-s3 (1.132.0) + aws-sdk-core (~> 3, >= 3.179.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.6) aws-sigv4 (1.6.0) @@ -244,7 +244,7 @@ PLATFORMS ruby DEPENDENCIES - aws-sdk-s3 (~> 1.131) + aws-sdk-s3 (~> 1.132) bootsnap (>= 1.1.0) capybara (~> 3.39) dotenv-rails (~> 2.8)