Skip to content

Commit 56983e3

Browse files
chore(deps): Bump aws-sdk-s3 from 1.199.1 to 1.202.0
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.199.1 to 1.202.0. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-version: 1.202.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cad9ca commit 56983e3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ gem "pg", "~> 1.6"
104104

105105
gem "litestream", "~> 0.14.0"
106106

107-
gem "aws-sdk-s3", "~> 1.199", require: false
107+
gem "aws-sdk-s3", "~> 1.202", require: false
108108

109109
gem "postmark-rails", "~> 0.22.1"
110110

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,20 @@ GEM
8080
activerecord (>= 3.2)
8181
ast (2.4.3)
8282
aws-eventstream (1.4.0)
83-
aws-partitions (1.1166.0)
84-
aws-sdk-core (3.233.0)
83+
aws-partitions (1.1178.0)
84+
aws-sdk-core (3.235.0)
8585
aws-eventstream (~> 1, >= 1.3.0)
8686
aws-partitions (~> 1, >= 1.992.0)
8787
aws-sigv4 (~> 1.9)
8888
base64
8989
bigdecimal
9090
jmespath (~> 1, >= 1.6.1)
9191
logger
92-
aws-sdk-kms (1.113.0)
93-
aws-sdk-core (~> 3, >= 3.231.0)
92+
aws-sdk-kms (1.115.0)
93+
aws-sdk-core (~> 3, >= 3.234.0)
9494
aws-sigv4 (~> 1.5)
95-
aws-sdk-s3 (1.199.1)
96-
aws-sdk-core (~> 3, >= 3.231.0)
95+
aws-sdk-s3 (1.202.0)
96+
aws-sdk-core (~> 3, >= 3.234.0)
9797
aws-sdk-kms (~> 1)
9898
aws-sigv4 (~> 1.5)
9999
aws-sigv4 (1.12.1)
@@ -103,7 +103,7 @@ GEM
103103
bcrypt_pbkdf (1.1.1)
104104
bcrypt_pbkdf (1.1.1-arm64-darwin)
105105
benchmark (0.4.1)
106-
bigdecimal (3.2.3)
106+
bigdecimal (3.3.1)
107107
bindex (0.8.1)
108108
bootsnap (1.18.6)
109109
msgpack (~> 1.2)
@@ -592,7 +592,7 @@ PLATFORMS
592592

593593
DEPENDENCIES
594594
annotated (~> 0.1.1)
595-
aws-sdk-s3 (~> 1.199)
595+
aws-sdk-s3 (~> 1.202)
596596
bcrypt (~> 3.1)
597597
bootsnap
598598
brakeman

0 commit comments

Comments
 (0)