Skip to content

Commit 05d0086

Browse files
Bump aws-sdk-s3 from 1.179.0 to 1.180.0
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.179.0 to 1.180.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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf5c310 commit 05d0086

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ gem "pg", "~> 1.5"
7878
gem "image_processing"
7979

8080
# Use S3 for file storage
81-
gem "aws-sdk-s3", "~> 1.179", require: false
81+
gem "aws-sdk-s3", "~> 1.180", require: false
8282
# Date/Time and Internationalization
8383
#
8484
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,16 @@ GEM
106106
faraday-retry (~> 2.0)
107107
ast (2.4.2)
108108
aws-eventstream (1.3.0)
109-
aws-partitions (1.1043.0)
110-
aws-sdk-core (3.217.0)
109+
aws-partitions (1.1047.0)
110+
aws-sdk-core (3.218.0)
111111
aws-eventstream (~> 1, >= 1.3.0)
112112
aws-partitions (~> 1, >= 1.992.0)
113113
aws-sigv4 (~> 1.9)
114114
jmespath (~> 1, >= 1.6.1)
115-
aws-sdk-kms (1.97.0)
115+
aws-sdk-kms (1.98.0)
116116
aws-sdk-core (~> 3, >= 3.216.0)
117117
aws-sigv4 (~> 1.5)
118-
aws-sdk-s3 (1.179.0)
118+
aws-sdk-s3 (1.180.0)
119119
aws-sdk-core (~> 3, >= 3.216.0)
120120
aws-sdk-kms (~> 1)
121121
aws-sigv4 (~> 1.5)
@@ -556,7 +556,7 @@ PLATFORMS
556556
DEPENDENCIES
557557
active_record_extended (~> 3.3)
558558
activerecord-postgres_enum (~> 2.1)
559-
aws-sdk-s3 (~> 1.179)
559+
aws-sdk-s3 (~> 1.180)
560560
bcrypt (~> 3.1.20)
561561
better_errors
562562
binding_of_caller

0 commit comments

Comments
 (0)