Skip to content

Commit

Permalink
Bump aws-sdk-sqs from 1.85.0 to 1.86.0 (#5073)
Browse files Browse the repository at this point in the history
Bumps [aws-sdk-sqs](https://github.com/aws/aws-sdk-ruby) from 1.85.0 to 1.86.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-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-sqs
  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 25, 2024
1 parent c3c31f2 commit e91f83b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rails", "~> 7.1.0", ">= 7.1.3.2"
gem "rails-i18n", "~> 7.0"

gem "aws-sdk-s3", "~> 1.166"
gem "aws-sdk-sqs", "~> 1.85"
gem "aws-sdk-sqs", "~> 1.86"
gem "bootsnap", "~> 1.18"
gem "clearance", "~> 2.8"
gem "dalli", "~> 3.2"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-sqs (1.85.0)
aws-sdk-sqs (1.86.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.0)
Expand Down Expand Up @@ -802,7 +802,7 @@ DEPENDENCIES
autoprefixer-rails (~> 10.4)
avo (~> 2.53)
aws-sdk-s3 (~> 1.166)
aws-sdk-sqs (~> 1.85)
aws-sdk-sqs (~> 1.86)
bcrypt (~> 3.1)
better_html (~> 2.1)
bootsnap (~> 1.18)
Expand Down Expand Up @@ -942,7 +942,7 @@ CHECKSUMS
aws-sdk-core (3.209.0) sha256=7b70aa85e7eb451cf7c9d4ad3797b6118d4e0a8327f8b28c3db106784b3ea842
aws-sdk-kms (1.94.0) sha256=b0c623199f1f46bd82c1d1fa0feef105ab8cfc6bd2f643d71cd1c289e11a9da9
aws-sdk-s3 (1.166.0) sha256=57c99cb32919cf7cb9ec946ab5a8fbd3de0c4b5f567cfb6bd5e8c9dbe9e0fc7e
aws-sdk-sqs (1.85.0) sha256=801de06d68b10c591a4786a7220509e26a9d0840ad7026847e424af1a6797006
aws-sdk-sqs (1.86.0) sha256=defa5bd65679c8877c335cb5f46462620fa10c42115cdcc58333f1ddee9a0715
aws-sigv4 (1.10.0) sha256=159b113dc93f9fa5a13603a8bd09eab54a9a0e8f98e606b47f1cee504780df9c
base64 (0.2.0) sha256=0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507
bcrypt (3.1.20) sha256=8410f8c7b3ed54a3c00cd2456bf13917d695117f033218e2483b2e40b0784099
Expand Down

0 comments on commit e91f83b

Please sign in to comment.