Skip to content

Commit

Permalink
Update dependency aws-sdk-dynamodb to v1.137.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent f8bfc02 commit 561070e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
source 'https://rubygems.org'

gem 'atlassian-jwt', '~> 0.2.1'
gem 'aws-sdk-dynamodb', '1.111.0'
gem 'aws-sdk-dynamodb', '1.137.0'
gem 'aws-sdk-s3', '1.176.1'
gem 'crack', '1.0.0'
gem 'faraday', '>=2.0.1'
Expand Down
28 changes: 20 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,25 @@ GEM
ast (2.4.2)
atlassian-jwt (0.2.1)
jwt (~> 2.1)
aws-eventstream (1.3.0)
aws-partitions (1.1017.0)
aws-sdk-core (3.214.0)
aws-eventstream (1.3.1)
aws-partitions (1.1052.0)
aws-sdk-core (3.219.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
jmespath (~> 1, >= 1.6.1)
aws-sdk-dynamodb (1.111.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-dynamodb (1.137.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.176.1)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
base58 (0.2.3)
base64 (0.2.0)
Expand Down Expand Up @@ -170,6 +171,14 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-fann (2.0.2)
Expand Down Expand Up @@ -243,7 +252,7 @@ PLATFORMS

DEPENDENCIES
atlassian-jwt (~> 0.2.1)
aws-sdk-dynamodb (= 1.111.0)
aws-sdk-dynamodb (= 1.137.0)
aws-sdk-s3 (= 1.176.1)
crack (= 1.0.0)
faraday (>= 2.0.1)
Expand All @@ -263,6 +272,9 @@ DEPENDENCIES
rackup (= 2.2.1)
rake (= 13.2.1)
rubocop (= 1.69.2)
rubocop-minitest (> 0)
rubocop-performance (> 0)
rubocop-rake (> 0)
rubocop-rspec (= 3.3.0)
ruby-fann (= 2.0.2)
sass (= 3.7.4)
Expand Down

0 comments on commit 561070e

Please sign in to comment.