Skip to content

Commit bf35b75

Browse files
chore(deps): bump aws-sdk-s3 from 1.224.0 to 1.225.0 (#940)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.224.0 to 1.225.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md">aws-sdk-s3's changelog</a>.</em></p> <blockquote> <h2>1.225.0 (2026-06-02)</h2> <ul> <li>Feature - Adding new BDD representation of endpoint ruleset</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aws/aws-sdk-ruby/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-sdk-s3&package-manager=bundler&previous-version=1.224.0&new-version=1.225.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 3d28f13 commit bf35b75

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ gem "administrate-field-jsonb", "~> 0.4.8"
7474
gem "anyway_config", "~> 2.8.0"
7575
gem "ar_lazy_preload", "~> 2.1.2"
7676
gem "audited", "~> 5.8.0"
77-
gem "aws-sdk-s3", "~> 1.224.0", groups: %i[production development]
77+
gem "aws-sdk-s3", "~> 1.225.0", groups: %i[production development]
7878
gem "cancancan", "~> 3.6.1"
7979
gem "csv", "~> 3.3.5" # Required for Ruby 3.4+ (no longer in standard library)
8080
gem "devise", "~> 5.0.4"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,19 @@ GEM
126126
activerecord (>= 5.2, < 8.2)
127127
activesupport (>= 5.2, < 8.2)
128128
aws-eventstream (1.4.0)
129-
aws-partitions (1.1253.0)
130-
aws-sdk-core (3.249.0)
129+
aws-partitions (1.1258.0)
130+
aws-sdk-core (3.251.0)
131131
aws-eventstream (~> 1, >= 1.3.0)
132132
aws-partitions (~> 1, >= 1.992.0)
133133
aws-sigv4 (~> 1.9)
134134
base64
135135
bigdecimal
136136
jmespath (~> 1, >= 1.6.1)
137137
logger
138-
aws-sdk-kms (1.128.0)
138+
aws-sdk-kms (1.129.0)
139139
aws-sdk-core (~> 3, >= 3.248.0)
140140
aws-sigv4 (~> 1.5)
141-
aws-sdk-s3 (1.224.0)
141+
aws-sdk-s3 (1.225.0)
142142
aws-sdk-core (~> 3, >= 3.248.0)
143143
aws-sdk-kms (~> 1)
144144
aws-sigv4 (~> 1.5)
@@ -654,7 +654,7 @@ DEPENDENCIES
654654
anyway_config (~> 2.8.0)
655655
ar_lazy_preload (~> 2.1.2)
656656
audited (~> 5.8.0)
657-
aws-sdk-s3 (~> 1.224.0)
657+
aws-sdk-s3 (~> 1.225.0)
658658
bcrypt (~> 3.1.22)
659659
bootsnap (~> 1.24.5)
660660
brakeman (>= 8.0.4)

0 commit comments

Comments
 (0)