Skip to content

Commit a50cae3

Browse files
authored
Bump fog-aws from 3.27.0 to 3.29.0 (#677)
Bumps [fog-aws](https://github.com/fog/fog-aws) from 3.27.0 to 3.29.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.29.0">v3.29.0</a> (2024-10-25)</h2> <p><a href="https://github.com/fog/fog-aws/compare/v3.28.0...v3.29.0">Full Changelog</a></p> <p><strong>Merged pull requests:</strong></p> <ul> <li>fallback to excon 1.0+ error retry error settings <a href="https://redirect.github.com/fog/fog-aws/pull/728">#728</a> (<a href="https://github.com/geemus">geemus</a>)</li> </ul> <h2><a href="https://github.com/fog/fog-aws/tree/v3.28.0">v3.28.0</a> (2024-10-14)</h2> <p><a href="https://github.com/fog/fog-aws/compare/v3.27.0...v3.28.0">Full Changelog</a></p> <p><strong>Closed issues:</strong></p> <ul> <li>SES needs to support AWS SigV4 <a href="https://redirect.github.com/fog/fog-aws/issues/726">#726</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Update SES to use AWS SigV4 <a href="https://redirect.github.com/fog/fog-aws/pull/727">#727</a> (<a href="https://github.com/ohookins">ohookins</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fog/fog-aws/commit/db97091d6fdc060da0d5a7434f7f3c4f6b66aaa2"><code>db97091</code></a> v3.29.0</li> <li><a href="https://github.com/fog/fog-aws/commit/d2627c2304bfa4ea8fb0ee009eabd1cbb007151a"><code>d2627c2</code></a> fallback to excon 1.0+ error retry error settings (<a href="https://redirect.github.com/fog/fog-aws/issues/728">#728</a>)</li> <li><a href="https://github.com/fog/fog-aws/commit/1acc1a3ea8e1074b88ebf9cc134e4af4b2d60046"><code>1acc1a3</code></a> v3.28.0</li> <li><a href="https://github.com/fog/fog-aws/commit/4b0871c19f341304ceb573c300c6961853d1e832"><code>4b0871c</code></a> Update SES to use AWS SigV4 (<a href="https://redirect.github.com/fog/fog-aws/issues/727">#727</a>)</li> <li>See full diff in <a href="https://github.com/fog/fog-aws/compare/v3.27.0...v3.29.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.27.0&new-version=3.29.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 cc632ef + 648006e commit a50cae3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ GEM
272272
faraday (>= 1, < 3)
273273
multi_json
274274
erubi (1.13.0)
275-
excon (0.111.0)
275+
excon (1.0.0)
276276
execjs (2.9.1)
277277
factory_bot (6.4.5)
278278
activesupport (>= 5.0.0)
@@ -287,14 +287,14 @@ GEM
287287
faraday-net_http (3.3.0)
288288
net-http
289289
ffi (1.17.0-x86_64-linux-gnu)
290-
fog-aws (3.27.0)
290+
fog-aws (3.29.0)
291291
base64 (~> 0.2.0)
292-
fog-core (~> 2.1)
292+
fog-core (~> 2.6)
293293
fog-json (~> 1.1)
294294
fog-xml (~> 0.1)
295-
fog-core (2.5.0)
295+
fog-core (2.6.0)
296296
builder
297-
excon (~> 0.71)
297+
excon (~> 1.0)
298298
formatador (>= 0.2, < 2.0)
299299
mime-types
300300
fog-json (1.2.0)
@@ -379,9 +379,10 @@ GEM
379379
marcel (1.0.4)
380380
matrix (0.4.2)
381381
method_source (1.1.0)
382-
mime-types (3.5.2)
382+
mime-types (3.6.0)
383+
logger
383384
mime-types-data (~> 3.2015)
384-
mime-types-data (3.2024.0903)
385+
mime-types-data (3.2024.1001)
385386
mini_magick (4.13.2)
386387
mini_mime (1.1.5)
387388
minitest (5.25.1)

0 commit comments

Comments
 (0)