Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit fc93035

Browse files
Bump aws-sdk-s3 from 1.202.0 to 1.208.0
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.202.0 to 1.208.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.208.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba4d997 commit fc93035

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

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

8080
# Use S3 for file storage
81-
gem "aws-sdk-s3", "~> 1.202", require: false
81+
gem "aws-sdk-s3", "~> 1.208", 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,19 @@ GEM
106106
faraday-retry (~> 2.0)
107107
ast (2.4.3)
108108
aws-eventstream (1.4.0)
109-
aws-partitions (1.1178.0)
110-
aws-sdk-core (3.235.0)
109+
aws-partitions (1.1196.0)
110+
aws-sdk-core (3.240.0)
111111
aws-eventstream (~> 1, >= 1.3.0)
112112
aws-partitions (~> 1, >= 1.992.0)
113113
aws-sigv4 (~> 1.9)
114114
base64
115115
bigdecimal
116116
jmespath (~> 1, >= 1.6.1)
117117
logger
118-
aws-sdk-kms (1.115.0)
119-
aws-sdk-core (~> 3, >= 3.234.0)
118+
aws-sdk-kms (1.118.0)
119+
aws-sdk-core (~> 3, >= 3.239.1)
120120
aws-sigv4 (~> 1.5)
121-
aws-sdk-s3 (1.202.0)
121+
aws-sdk-s3 (1.208.0)
122122
aws-sdk-core (~> 3, >= 3.234.0)
123123
aws-sdk-kms (~> 1)
124124
aws-sigv4 (~> 1.5)
@@ -131,7 +131,7 @@ GEM
131131
erubi (>= 1.0.0)
132132
rack (>= 0.9.0)
133133
rouge (>= 1.0.0)
134-
bigdecimal (3.3.1)
134+
bigdecimal (4.0.1)
135135
bindex (0.8.1)
136136
binding_of_caller (1.0.1)
137137
debug_inspector (>= 1.2.0)
@@ -573,7 +573,7 @@ PLATFORMS
573573
DEPENDENCIES
574574
active_record_extended (~> 3.4)
575575
activerecord-postgres_enum (~> 2.1)
576-
aws-sdk-s3 (~> 1.202)
576+
aws-sdk-s3 (~> 1.208)
577577
bcrypt (~> 3.1.20)
578578
better_errors
579579
binding_of_caller

0 commit comments

Comments
 (0)