Skip to content

Commit

Permalink
Merge pull request #225 from block/dependabot/bundler/aws-sdk-sqs-1.93.0
Browse files Browse the repository at this point in the history
Bump aws-sdk-sqs from 1.92.0 to 1.93.0
  • Loading branch information
myronmarston authored Feb 26, 2025
2 parents e827473 + db8681c commit 548e72b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ PATH
elasticgraph-indexer_autoscaler_lambda (0.19.1.1)
aws-sdk-cloudwatch (~> 1.111)
aws-sdk-lambda (~> 1.147)
aws-sdk-sqs (~> 1.92)
aws-sdk-sqs (~> 1.93)
elasticgraph-datastore_core (= 0.19.1.1)
elasticgraph-lambda_support (= 0.19.1.1)
ox (~> 2.14, >= 2.14.22)
Expand Down Expand Up @@ -209,7 +209,7 @@ GEM
ast (2.4.2)
attr_extras (7.1.0)
aws-eventstream (1.3.1)
aws-partitions (1.1054.0)
aws-partitions (1.1055.0)
aws-sdk-cloudwatch (1.111.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
Expand All @@ -229,7 +229,7 @@ GEM
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-sqs (1.92.0)
aws-sdk-sqs (1.93.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.11.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "elasticgraph-datastore_core", ElasticGraph::VERSION
spec.add_dependency "elasticgraph-lambda_support", ElasticGraph::VERSION
spec.add_dependency "aws-sdk-lambda", "~> 1.147"
spec.add_dependency "aws-sdk-sqs", "~> 1.92"
spec.add_dependency "aws-sdk-sqs", "~> 1.93"
spec.add_dependency "aws-sdk-cloudwatch", "~> 1.111"
# aws-sdk-sqs requires an XML library be available. On Ruby < 3 it'll use rexml from the standard library but on Ruby 3.0+
# we have to add an explicit dependency. It supports ox, oga, libxml, nokogiri or rexml, and of those, ox seems to be the
Expand Down
2 changes: 1 addition & 1 deletion rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gems:
source:
type: rubygems
- name: aws-sdk-sqs
version: 1.92.0
version: 1.93.0
source:
type: rubygems
- name: base64
Expand Down

0 comments on commit 548e72b

Please sign in to comment.