Skip to content

Commit 26cdd7c

Browse files
authored
Build(deps): Bump fog-aws from 3.31.0 to 3.32.0 (#852)
Bumps [fog-aws](https://github.com/fog/fog-aws) from 3.31.0 to 3.32.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fog/fog-aws/blob/master/CHANGELOG.md">fog-aws's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/fog/fog-aws/tree/v3.32.0">v3.32.0</a> (2025-05-27)</h2> <p><a href="https://github.com/fog/fog-aws/compare/v3.31.0...v3.32.0">Full Changelog</a></p> <p><strong>Closed issues:</strong></p> <ul> <li>Add ability to specify s3 restore object tier in post_object_restore <a href="https://redirect.github.com/fog/fog-aws/issues/740">#740</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Add ability to specify s3 restore object tier in post_object_restore <a href="https://redirect.github.com/fog/fog-aws/pull/742">#742</a> (<a href="https://github.com/Ankk98">Ankk98</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fog/fog-aws/commit/80a1cfa1df4644a6c4f5ceb7490e84acce3da9d8"><code>80a1cfa</code></a> v3.32.0</li> <li><a href="https://github.com/fog/fog-aws/commit/0ce982cbd7d334cc02095fbeee86f4ba53b2e698"><code>0ce982c</code></a> Add ability to specify s3 restore object tier in post_object_restore (<a href="https://redirect.github.com/fog/fog-aws/issues/742">#742</a>)</li> <li><a href="https://github.com/fog/fog-aws/commit/6b5bf0dfca36870ef5d8195053f1d1292ed1cc1f"><code>6b5bf0d</code></a> add ostruct for head builds, since it is no longer available by default</li> <li>See full diff in <a href="https://github.com/fog/fog-aws/compare/v3.31.0...v3.32.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fog-aws&package-manager=bundler&previous-version=3.31.0&new-version=3.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
2 parents ffe3771 + 3ca7a96 commit 26cdd7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ GEM
301301
multi_json
302302
erubi (1.13.1)
303303
event_stream_parser (1.0.0)
304-
excon (1.2.5)
304+
excon (1.2.7)
305305
logger
306306
execjs (2.10.0)
307307
factory_bot (6.5.0)
@@ -320,7 +320,7 @@ GEM
320320
faraday-net_http (3.4.0)
321321
net-http (>= 0.5.0)
322322
ffi (1.17.2-x86_64-linux-gnu)
323-
fog-aws (3.31.0)
323+
fog-aws (3.32.0)
324324
base64 (~> 0.2.0)
325325
fog-core (~> 2.6)
326326
fog-json (~> 1.1)
@@ -440,10 +440,10 @@ GEM
440440
matrix (0.4.2)
441441
memory_profiler (1.1.0)
442442
method_source (1.1.0)
443-
mime-types (3.6.2)
443+
mime-types (3.7.0)
444444
logger
445-
mime-types-data (~> 3.2015)
446-
mime-types-data (3.2025.0415)
445+
mime-types-data (~> 3.2025, >= 3.2025.0507)
446+
mime-types-data (3.2025.0527)
447447
mini_magick (5.2.0)
448448
benchmark
449449
logger

0 commit comments

Comments
 (0)