Skip to content

Commit ed951f2

Browse files
chore(deps): Bump aws-sdk-s3 from 1.199.1 to 1.201.0
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.199.1 to 1.201.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.201.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f52b416 commit ed951f2

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.201", 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.1174.0)
84+
aws-sdk-core (3.234.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.201.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)
@@ -104,7 +104,7 @@ GEM
104104
bcrypt_pbkdf (1.1.1-arm64-darwin)
105105
bcrypt_pbkdf (1.1.1-x86_64-darwin)
106106
benchmark (0.4.1)
107-
bigdecimal (3.2.3)
107+
bigdecimal (3.3.1)
108108
bindex (0.8.1)
109109
bootsnap (1.18.6)
110110
msgpack (~> 1.2)
@@ -648,7 +648,7 @@ PLATFORMS
648648

649649
DEPENDENCIES
650650
annotated (~> 0.1.1)
651-
aws-sdk-s3 (~> 1.199)
651+
aws-sdk-s3 (~> 1.201)
652652
bcrypt (~> 3.1)
653653
bootsnap
654654
brakeman

0 commit comments

Comments
 (0)