From 37b124ecbdfb2bf593731b39f131dd1d0472d3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:33:41 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index c94a65d8..4af24af1 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.4.4' gem 'active_storage_validations', '~> 1.0' # Active Storage gems for validating attachments https://github.com/igorkasyanchuk/active_storage_validations -gem 'aws-sdk-s3', '~> 1.119', require: false # Official AWS Ruby gem for Amazon S3 +gem 'aws-sdk-s3', '~> 1.208', require: false # Official AWS Ruby gem for Amazon S3 gem 'bootsnap', require: false # Reduces boot times through caching; required in config/boot.rb gem 'cancancan', '~> 3.4' # Authorization library which restricts what resources a given user is allowed to access gem 'cssbundling-rails' # Bundle and process CSS [https://github.com/rails/cssbundling-rails] diff --git a/Gemfile.lock b/Gemfile.lock index b369c2ca..497112f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,8 +89,8 @@ GEM activerecord (>= 5.2, < 8.2) activesupport (>= 5.2, < 8.2) aws-eventstream (1.4.0) - aws-partitions (1.1149.0) - aws-sdk-core (3.229.0) + aws-partitions (1.1196.0) + aws-sdk-core (3.240.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -98,11 +98,11 @@ GEM bigdecimal jmespath (~> 1, >= 1.6.1) logger - aws-sdk-kms (1.110.0) - aws-sdk-core (~> 3, >= 3.228.0) + aws-sdk-kms (1.118.0) + aws-sdk-core (~> 3, >= 3.239.1) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.197.0) - aws-sdk-core (~> 3, >= 3.228.0) + aws-sdk-s3 (1.208.0) + aws-sdk-core (~> 3, >= 3.234.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) aws-sigv4 (1.12.1) @@ -110,7 +110,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) benchmark (0.4.1) - bigdecimal (3.2.3) + bigdecimal (4.0.1) bootsnap (1.18.6) msgpack (~> 1.2) brevo (4.0.0) @@ -456,7 +456,7 @@ PLATFORMS DEPENDENCIES active_storage_validations (~> 1.0) - aws-sdk-s3 (~> 1.119) + aws-sdk-s3 (~> 1.208) bootsnap brevo cancancan (~> 3.4)