Skip to content

Commit

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

Bump aws-sdk-sqs from 1.77.0 to 1.78.0
  • Loading branch information
rdmurphy authored Jun 26, 2024
2 parents 87859e8 + a2944d6 commit 1bd1c0d
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 @@ -22,7 +22,7 @@ gem 'httparty'
gem 'diffy'
gem 'kramdown'

gem 'aws-sdk-sqs', '~> 1.77'
gem 'aws-sdk-sqs', '~> 1.78'

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
aws-eventstream (1.3.0)
aws-partitions (1.947.0)
aws-sdk-core (3.198.0)
aws-sdk-core (3.199.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-sqs (1.77.0)
aws-sdk-core (~> 3, >= 3.198.0)
aws-sdk-sqs (1.78.0)
aws-sdk-core (~> 3, >= 3.199.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
Expand Down Expand Up @@ -355,7 +355,7 @@ PLATFORMS
x86_64-linux

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

0 comments on commit 1bd1c0d

Please sign in to comment.