From 066caba23983ec4b81769ea9aa30a979d08d7204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:37:35 +0000 Subject: [PATCH] build(deps): bump aws-sdk-s3 from 1.228.1 to 1.229.0 Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.228.1 to 1.229.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.229.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 782804be..7f164d53 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "fog-aws", "~> 3.33" gem "mini_magick", "~> 5.3" gem "puma", ">= 5.0" gem "anthropic", "~> 1.59" -gem "aws-sdk-s3", "~> 1.228" +gem "aws-sdk-s3", "~> 1.229" gem "rack-cors", "~> 3.0" gem "rails", "~> 7.2.3" gem "rest-client", "~> 2.1" diff --git a/Gemfile.lock b/Gemfile.lock index d88c1f6c..17205d5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,8 +85,8 @@ GEM standardwebhooks ast (2.4.3) aws-eventstream (1.4.0) - aws-partitions (1.1272.0) - aws-sdk-core (3.254.0) + aws-partitions (1.1279.0) + aws-sdk-core (3.254.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -97,8 +97,8 @@ GEM aws-sdk-kms (1.130.0) aws-sdk-core (~> 3, >= 3.254.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.228.1) - aws-sdk-core (~> 3, >= 3.254.0) + aws-sdk-s3 (1.229.0) + aws-sdk-core (~> 3, >= 3.254.1) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) aws-sigv4 (1.12.1) @@ -571,7 +571,7 @@ PLATFORMS DEPENDENCIES annotate (~> 3.2) anthropic (~> 1.59) - aws-sdk-s3 (~> 1.228) + aws-sdk-s3 (~> 1.229) bcrypt (= 3.1.21) bigdecimal (= 4.0.1) brakeman (~> 8.0)