Skip to content

Commit

Permalink
Bump aws-sdk-sqs from 1.78.0 to 1.79.0 (#4847)
Browse files Browse the repository at this point in the history
Bumps [aws-sdk-sqs](https://github.com/aws/aws-sdk-ruby) from 1.78.0 to 1.79.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 Jul 1, 2024
1 parent 9a78401 commit d02d7d8
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.155"
gem "aws-sdk-sqs", "~> 1.78"
gem "aws-sdk-sqs", "~> 1.79"
gem "bootsnap", "~> 1.18"
gem "clearance", "~> 2.7"
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.199.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sdk-sqs (1.78.0)
aws-sdk-sqs (1.79.0)
aws-sdk-core (~> 3, >= 3.199.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.8.0)
Expand Down Expand Up @@ -773,7 +773,7 @@ DEPENDENCIES
autoprefixer-rails (~> 10.4)
avo (~> 2.51)
aws-sdk-s3 (~> 1.155)
aws-sdk-sqs (~> 1.78)
aws-sdk-sqs (~> 1.79)
bcrypt (~> 3.1)
bootsnap (~> 1.18)
brakeman (~> 6.1)
Expand Down Expand Up @@ -908,7 +908,7 @@ CHECKSUMS
aws-sdk-core (3.200.0) sha256=1d9ac535f82b5ea7b3d6e0cee7be3c48981a948123a48ff755504b7343d16951
aws-sdk-kms (1.87.0) sha256=1e0b71fc0345460800fd92c69a40f15393d7a67851149d9a50f9fa3fbb97cada
aws-sdk-s3 (1.155.0) sha256=4674e07846cc6d77d5bd122cef7fea5055e8b53bf238ab05beebc25ecb01c2e2
aws-sdk-sqs (1.78.0) sha256=0c0e4469ca9757146673e11eb2dd7b2d21d89445c4b2b516f77366ac6356cc57
aws-sdk-sqs (1.79.0) sha256=649325a05842c2df5c3bba4f99cd6c447570194b56933fbbfea85b0b47f5f71e
aws-sigv4 (1.8.0) sha256=84dd99768b91b93b63d1d8e53ee837cfd06ab402812772a7899a78f9f9117cbc
base64 (0.2.0) sha256=0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507
bcrypt (3.1.20) sha256=8410f8c7b3ed54a3c00cd2456bf13917d695117f033218e2483b2e40b0784099
Expand Down

0 comments on commit d02d7d8

Please sign in to comment.