From b700d50d5157f996ca2ad0a53cd3c0438bdf331e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:19:03 +0000 Subject: [PATCH] Bump the bundler group with 2 updates Bumps the bundler group with 2 updates: [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) and [bootsnap](https://github.com/rails/bootsnap). Updates `aws-sdk-s3` from 1.223.0 to 1.224.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) Updates `bootsnap` from 1.24.4 to 1.24.5 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/bootsnap/compare/v1.24.4...v1.24.5) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-version: 1.224.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: bootsnap dependency-version: 1.24.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 6fe8be301..b32a2a381 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 8.1.3' # Gems gem 'activeadmin', '~> 3.5' gem 'active_storage_base64', '~> 3.0.1' -gem 'aws-sdk-s3', '~> 1.223', require: false +gem 'aws-sdk-s3', '~> 1.224', require: false gem 'bootsnap', '~> 1.24' gem 'cssbundling-rails', '~> 1.4' gem 'devise', '~> 4.9' diff --git a/Gemfile.lock b/Gemfile.lock index 8db13141e..4e722ee36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM ast (2.4.3) aws-eventstream (1.4.0) aws-partitions (1.1252.0) - aws-sdk-core (3.247.0) + aws-sdk-core (3.248.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -119,11 +119,11 @@ GEM bigdecimal jmespath (~> 1, >= 1.6.1) logger - aws-sdk-kms (1.127.0) - aws-sdk-core (~> 3, >= 3.247.0) + aws-sdk-kms (1.128.0) + aws-sdk-core (~> 3, >= 3.248.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.223.0) - aws-sdk-core (~> 3, >= 3.247.0) + aws-sdk-s3 (1.224.0) + aws-sdk-core (~> 3, >= 3.248.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) aws-sigv4 (1.12.1) @@ -131,7 +131,7 @@ GEM base64 (0.3.0) bcrypt (3.1.22) bigdecimal (4.1.2) - bootsnap (1.24.4) + bootsnap (1.24.5) msgpack (~> 1.2) brakeman (8.0.4) racc @@ -655,7 +655,7 @@ DEPENDENCIES active_storage_base64 (~> 3.0.1) activeadmin (~> 3.5) annotaterb (~> 4.22.0) - aws-sdk-s3 (~> 1.223) + aws-sdk-s3 (~> 1.224) bootsnap (~> 1.24) brakeman (~> 8.0) capybara (~> 3.40)