Skip to content

Commit

Permalink
Bump aws-sdk-sqs from 1.65.0 to 1.67.0 (#4197)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: aws-sdk-sqs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 9, 2023
1 parent 044902c commit f0c32da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "rails", "~> 7.0.0"
gem "rails-i18n", "~> 7.0"

gem "aws-sdk-s3", "~> 1.119"
gem "aws-sdk-sqs", "~> 1.53"
gem "aws-sdk-sqs", "~> 1.67"
gem "bootsnap", "~> 1.16"
gem "clearance", "~> 2.6"
gem "dalli", "~> 3.2"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ GEM
zeitwerk (>= 2.6.2)
awrence (1.2.1)
aws-eventstream (1.2.0)
aws-partitions (1.843.0)
aws-sdk-core (3.185.2)
aws-partitions (1.848.0)
aws-sdk-core (3.186.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand All @@ -114,7 +114,7 @@ GEM
aws-sdk-core (~> 3, >= 3.181.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.6)
aws-sdk-sqs (1.65.0)
aws-sdk-sqs (1.67.0)
aws-sdk-core (~> 3, >= 3.184.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.6.1)
Expand Down Expand Up @@ -715,7 +715,7 @@ DEPENDENCIES
autoprefixer-rails (~> 10.4)
avo (~> 2.42)
aws-sdk-s3 (~> 1.119)
aws-sdk-sqs (~> 1.53)
aws-sdk-sqs (~> 1.67)
bcrypt (~> 3.1, >= 3.1.18)
bootsnap (~> 1.16)
brakeman (~> 6.0)
Expand Down

0 comments on commit f0c32da

Please sign in to comment.