Skip to content

Commit

Permalink
Merge pull request #821 from themarshallproject/dependabot/bundler/aw…
Browse files Browse the repository at this point in the history
…s-sdk-sqs-1.87.0

Bump aws-sdk-sqs from 1.86.0 to 1.87.0
  • Loading branch information
rdmurphy authored Oct 21, 2024
2 parents 5d31f85 + 8ac44a6 commit 6760959
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'httparty'
gem 'diffy'
gem 'kramdown'

gem 'aws-sdk-sqs', '~> 1.86'
gem 'aws-sdk-sqs', '~> 1.87'

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
aws-eventstream (1.3.0)
aws-partitions (1.978.0)
aws-sdk-core (3.209.0)
aws-partitions (1.992.0)
aws-sdk-core (3.210.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-sqs (1.86.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-sqs (1.87.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.0)
aws-eventstream (~> 1, >= 1.0.2)
Expand Down Expand Up @@ -353,7 +353,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
aws-sdk-sqs (~> 1.86)
aws-sdk-sqs (~> 1.87)
bootsnap
dartsass-rails (~> 0.5.0)
database_cleaner
Expand Down

0 comments on commit 6760959

Please sign in to comment.