Skip to content

Commit c791ff0

Browse files
authored
chore(deps): bump fog-aws from 3.33.0 to 3.33.1 (#1135)
Bumps [fog-aws](https://github.com/fog/fog-aws) from 3.33.0 to 3.33.1. <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.33.1">v3.33.1</a> (2025-11-03)</h2> <p><a href="https://github.com/fog/fog-aws/compare/v3.33.0...v3.33.1">Full Changelog</a></p> <p><strong>Closed issues:</strong></p> <ul> <li>aws_credentials_refresh_threshold_seconds gets wiped when credentials are refreshed <a href="https://redirect.github.com/fog/fog-aws/issues/751">#751</a></li> <li>Frozen string errors in ruby 3.4 <a href="https://redirect.github.com/fog/fog-aws/issues/745">#745</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>bug(aws/storage): avoid overwriting refresh threshold with nil <a href="https://redirect.github.com/fog/fog-aws/pull/752">#752</a> (<a href="https://github.com/geemus">geemus</a>)</li> <li>Bump github/codeql-action from 3 to 4 <a href="https://redirect.github.com/fog/fog-aws/pull/749">#749</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Bump actions/checkout from 4 to 5 <a href="https://redirect.github.com/fog/fog-aws/pull/748">#748</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fog/fog-aws/commit/e75078a4781c947e19993287de71a668ef7a09fb"><code>e75078a</code></a> v3.33.1</li> <li><a href="https://github.com/fog/fog-aws/commit/2c32f6d6931cde757f02001d5046959a69ae3ac3"><code>2c32f6d</code></a> bug(aws/storage): avoid overwriting refresh threshold with nil (<a href="https://redirect.github.com/fog/fog-aws/issues/752">#752</a>)</li> <li><a href="https://github.com/fog/fog-aws/commit/250cb5ff57677f149371b7164f6fdc318cf34efd"><code>250cb5f</code></a> Bump github/codeql-action from 3 to 4 (<a href="https://redirect.github.com/fog/fog-aws/issues/749">#749</a>)</li> <li><a href="https://github.com/fog/fog-aws/commit/2b039105af471a4fb0b7783bd693e6a38dcf4589"><code>2b03910</code></a> Bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/fog/fog-aws/issues/748">#748</a>)</li> <li>See full diff in <a href="https://github.com/fog/fog-aws/compare/v3.33.0...v3.33.1">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.33.0&new-version=3.33.1)](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 c9d7dd1 + 926b88a commit c791ff0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Gemfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ GEM
304304
et-orbi (1.3.0)
305305
tzinfo
306306
event_stream_parser (1.0.0)
307-
excon (1.2.8)
307+
excon (1.3.0)
308308
logger
309309
execjs (2.10.0)
310310
factory_bot (6.5.5)
@@ -325,7 +325,7 @@ GEM
325325
ffi (1.17.2-aarch64-linux-gnu)
326326
ffi (1.17.2-arm64-darwin)
327327
ffi (1.17.2-x86_64-linux-gnu)
328-
fog-aws (3.33.0)
328+
fog-aws (3.33.1)
329329
base64 (>= 0.2, < 0.4)
330330
fog-core (~> 2.6)
331331
fog-json (~> 1.1)
@@ -343,7 +343,8 @@ GEM
343343
nokogiri (>= 1.5.11, < 2.0.0)
344344
font-awesome-sass (6.7.2)
345345
sassc (~> 2.0)
346-
formatador (1.1.1)
346+
formatador (1.2.2)
347+
reline
347348
friendly_id (5.4.2)
348349
activerecord (>= 4.0.0)
349350
friendly_id-mobility (1.0.4)
@@ -458,7 +459,7 @@ GEM
458459
mime-types (3.7.0)
459460
logger
460461
mime-types-data (~> 3.2025, >= 3.2025.0507)
461-
mime-types-data (3.2025.0805)
462+
mime-types-data (3.2025.0924)
462463
mini_magick (5.2.0)
463464
benchmark
464465
logger

0 commit comments

Comments
 (0)