Skip to content

Commit 37b124e

Browse files
build(deps): bump aws-sdk-s3 from 1.197.0 to 1.208.0
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.197.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 1b92c99 commit 37b124e

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
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby '3.4.4'
77

88
gem 'active_storage_validations', '~> 1.0' # Active Storage gems for validating attachments https://github.com/igorkasyanchuk/active_storage_validations
9-
gem 'aws-sdk-s3', '~> 1.119', require: false # Official AWS Ruby gem for Amazon S3
9+
gem 'aws-sdk-s3', '~> 1.208', require: false # Official AWS Ruby gem for Amazon S3
1010
gem 'bootsnap', require: false # Reduces boot times through caching; required in config/boot.rb
1111
gem 'cancancan', '~> 3.4' # Authorization library which restricts what resources a given user is allowed to access
1212
gem 'cssbundling-rails' # Bundle and process CSS [https://github.com/rails/cssbundling-rails]

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,28 +89,28 @@ GEM
8989
activerecord (>= 5.2, < 8.2)
9090
activesupport (>= 5.2, < 8.2)
9191
aws-eventstream (1.4.0)
92-
aws-partitions (1.1149.0)
93-
aws-sdk-core (3.229.0)
92+
aws-partitions (1.1196.0)
93+
aws-sdk-core (3.240.0)
9494
aws-eventstream (~> 1, >= 1.3.0)
9595
aws-partitions (~> 1, >= 1.992.0)
9696
aws-sigv4 (~> 1.9)
9797
base64
9898
bigdecimal
9999
jmespath (~> 1, >= 1.6.1)
100100
logger
101-
aws-sdk-kms (1.110.0)
102-
aws-sdk-core (~> 3, >= 3.228.0)
101+
aws-sdk-kms (1.118.0)
102+
aws-sdk-core (~> 3, >= 3.239.1)
103103
aws-sigv4 (~> 1.5)
104-
aws-sdk-s3 (1.197.0)
105-
aws-sdk-core (~> 3, >= 3.228.0)
104+
aws-sdk-s3 (1.208.0)
105+
aws-sdk-core (~> 3, >= 3.234.0)
106106
aws-sdk-kms (~> 1)
107107
aws-sigv4 (~> 1.5)
108108
aws-sigv4 (1.12.1)
109109
aws-eventstream (~> 1, >= 1.0.2)
110110
base64 (0.3.0)
111111
bcrypt (3.1.20)
112112
benchmark (0.4.1)
113-
bigdecimal (3.2.3)
113+
bigdecimal (4.0.1)
114114
bootsnap (1.18.6)
115115
msgpack (~> 1.2)
116116
brevo (4.0.0)
@@ -456,7 +456,7 @@ PLATFORMS
456456

457457
DEPENDENCIES
458458
active_storage_validations (~> 1.0)
459-
aws-sdk-s3 (~> 1.119)
459+
aws-sdk-s3 (~> 1.208)
460460
bootsnap
461461
brevo
462462
cancancan (~> 3.4)

0 commit comments

Comments
 (0)