Skip to content

Commit 892435a

Browse files
Bump aws-sdk-s3 from 1.149.1 to 1.150.0 (#2401)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.149.1 to 1.150.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 202b58d commit 892435a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ gem "pg", "~> 1.5"
8080
gem "image_processing"
8181

8282
# Use S3 for file storage
83-
gem "aws-sdk-s3", "~> 1.149", require: false
83+
gem "aws-sdk-s3", "~> 1.150", require: false
8484
# Date/Time and Internationalization
8585
#
8686
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,16 @@ GEM
108108
faraday-retry (~> 2.0)
109109
ast (2.4.2)
110110
aws-eventstream (1.3.0)
111-
aws-partitions (1.925.0)
112-
aws-sdk-core (3.194.1)
111+
aws-partitions (1.928.0)
112+
aws-sdk-core (3.196.0)
113113
aws-eventstream (~> 1, >= 1.3.0)
114114
aws-partitions (~> 1, >= 1.651.0)
115115
aws-sigv4 (~> 1.8)
116116
jmespath (~> 1, >= 1.6.1)
117-
aws-sdk-kms (1.80.0)
117+
aws-sdk-kms (1.81.0)
118118
aws-sdk-core (~> 3, >= 3.193.0)
119119
aws-sigv4 (~> 1.1)
120-
aws-sdk-s3 (1.149.1)
120+
aws-sdk-s3 (1.150.0)
121121
aws-sdk-core (~> 3, >= 3.194.0)
122122
aws-sdk-kms (~> 1)
123123
aws-sigv4 (~> 1.8)
@@ -545,7 +545,7 @@ PLATFORMS
545545
DEPENDENCIES
546546
active_record_extended (~> 3.2)
547547
activerecord-postgres_enum (~> 2.0)
548-
aws-sdk-s3 (~> 1.149)
548+
aws-sdk-s3 (~> 1.150)
549549
bcrypt (~> 3.1.20)
550550
better_errors
551551
binding_of_caller

0 commit comments

Comments
 (0)