Skip to content

Commit

Permalink
Bump aws-sdk-s3 from 1.164.0 to 1.165.0 (#5066)
Browse files Browse the repository at this point in the history
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.164.0 to 1.165.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 49db490 commit 65275d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby file: ".ruby-version"
gem "rails", "~> 7.1.0", ">= 7.1.3.2"
gem "rails-i18n", "~> 7.0"

gem "aws-sdk-s3", "~> 1.164"
gem "aws-sdk-s3", "~> 1.165"
gem "aws-sdk-sqs", "~> 1.84"
gem "bootsnap", "~> 1.18"
gem "clearance", "~> 2.8"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ GEM
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.977.0)
aws-sdk-core (3.207.0)
aws-sdk-core (3.208.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.92.0)
aws-sdk-kms (1.93.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.164.0)
aws-sdk-s3 (1.165.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -802,7 +802,7 @@ DEPENDENCIES
amazing_print (~> 1.6)
autoprefixer-rails (~> 10.4)
avo (~> 2.53)
aws-sdk-s3 (~> 1.164)
aws-sdk-s3 (~> 1.165)
aws-sdk-sqs (~> 1.84)
bcrypt (~> 3.1)
better_html (~> 2.1)
Expand Down Expand Up @@ -940,9 +940,9 @@ CHECKSUMS
awrence (1.2.1) sha256=dd1d214c12a91f449d1ef81d7ee3babc2816944e450752e7522c65521872483e
aws-eventstream (1.3.0) sha256=f1434cc03ab2248756eb02cfa45e900e59a061d7fbdc4a9fd82a5dd23d796d3f
aws-partitions (1.977.0) sha256=fd9c6b7301b4f54bb810c1c511479700aa39167f7d9faa01bb22d1fd4b434042
aws-sdk-core (3.207.0) sha256=45d378d8396f5c5ea25b55c5230a43acf39c619f40afdf76734638fb237406b4
aws-sdk-kms (1.92.0) sha256=0819e57d70ead902ddea9ac1cbc1f114f6636f0f38454c1a9377380afe19aa5e
aws-sdk-s3 (1.164.0) sha256=31d578e28bc51675652db4d9dfc1b1a28745a86690ec74cd2266e48146dacdce
aws-sdk-core (3.208.0) sha256=0201a7aa0725a556213f61feca5e00b519f24c86bad3a48618cccc06717611a0
aws-sdk-kms (1.93.0) sha256=1e54f086dbbf7dcb7b9cb5b86455cbb477a73e5e876309f11d67f2e4be158073
aws-sdk-s3 (1.165.0) sha256=f736531abaa68b048b58da84b4f1c7d6019075b629d7516a7cb4b56a7319bd2e
aws-sdk-sqs (1.84.0) sha256=dd12f9254a493089f516b75fc2dcce9aac625123ffc370ed6efdcb276fb26e67
aws-sigv4 (1.10.0) sha256=159b113dc93f9fa5a13603a8bd09eab54a9a0e8f98e606b47f1cee504780df9c
base64 (0.2.0) sha256=0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507
Expand Down

0 comments on commit 65275d1

Please sign in to comment.