Skip to content

Bump aws-sdk-dynamodb from 1.135.0 to 1.140.0 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Use sqlite3 as the database for Active Record
gem "sqlite3", ">= 2.1"

gem 'aws-sdk-dynamodb', '~> 1.135'
gem 'aws-sdk-dynamodb', '~> 1.140'

Check failure on line 8 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 8 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
Expand Down Expand Up @@ -47,5 +47,5 @@
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false
end

Check failure on line 50 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Layout/TrailingEmptyLines: 2 trailing blank lines detected.

12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,16 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1046.0)
aws-sdk-core (3.217.1)
aws-eventstream (1.3.2)
aws-partitions (1.1086.0)
aws-sdk-core (3.222.1)
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.135.0)
logger
aws-sdk-dynamodb (1.140.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.11.0)
Expand Down Expand Up @@ -307,7 +309,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
aws-sdk-dynamodb (~> 1.135)
aws-sdk-dynamodb (~> 1.140)
bootsnap
brakeman
debug
Expand Down
Loading