Skip to content

Commit 82f5379

Browse files
Bump aws-sdk-s3 from 1.172.0 to 1.186.1
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.172.0 to 1.186.1. - [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.186.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b883533 commit 82f5379

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem 'redis', '~> 5.3'
2929
gem 'airbrake', '~> 13.0'
3030

3131
# For file storage on S3
32-
gem 'aws-sdk-s3', '~> 1.172'
32+
gem 'aws-sdk-s3', '~> 1.186'
3333

3434
gem 'bootstrap', git: 'https://github.com/twbs/bootstrap-rubygem.git', branch: '4.6-stable'
3535

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,23 @@ GEM
9090
ast (2.4.2)
9191
autoprefixer-rails (10.4.19.0)
9292
execjs (~> 2)
93-
aws-eventstream (1.3.0)
94-
aws-partitions (1.1009.0)
95-
aws-sdk-core (3.213.0)
93+
aws-eventstream (1.3.2)
94+
aws-partitions (1.1107.0)
95+
aws-sdk-core (3.224.0)
9696
aws-eventstream (~> 1, >= 1.3.0)
9797
aws-partitions (~> 1, >= 1.992.0)
9898
aws-sigv4 (~> 1.9)
99+
base64
99100
jmespath (~> 1, >= 1.6.1)
100-
aws-sdk-kms (1.96.0)
101-
aws-sdk-core (~> 3, >= 3.210.0)
101+
logger
102+
aws-sdk-kms (1.101.0)
103+
aws-sdk-core (~> 3, >= 3.216.0)
102104
aws-sigv4 (~> 1.5)
103-
aws-sdk-s3 (1.172.0)
104-
aws-sdk-core (~> 3, >= 3.210.0)
105+
aws-sdk-s3 (1.186.1)
106+
aws-sdk-core (~> 3, >= 3.216.0)
105107
aws-sdk-kms (~> 1)
106108
aws-sigv4 (~> 1.5)
107-
aws-sigv4 (1.10.1)
109+
aws-sigv4 (1.11.0)
108110
aws-eventstream (~> 1, >= 1.0.2)
109111
base64 (0.2.0)
110112
benchmark (0.4.0)
@@ -408,7 +410,7 @@ PLATFORMS
408410

409411
DEPENDENCIES
410412
airbrake (~> 13.0)
411-
aws-sdk-s3 (~> 1.172)
413+
aws-sdk-s3 (~> 1.186)
412414
better_errors (~> 2.10)
413415
binding_of_caller
414416
bootstrap!

0 commit comments

Comments
 (0)