Skip to content

Commit f39f018

Browse files
authored
Build(deps): Bump fog-aws from 3.30.0 to 3.31.0 (#823)
Bumps [fog-aws](https://github.com/fog/fog-aws) from 3.30.0 to 3.31.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> <h1>Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fog/fog-aws/commit/c84f6aa666a2626bca308082510f31d3e7e6b0b8"><code>c84f6aa</code></a> v3.31.0</li> <li><a href="https://github.com/fog/fog-aws/commit/6cf93507a8dc309f7f7e68b226f68dfe3165d543"><code>6cf9350</code></a> Fix Compute.describe_instance_status parser (<a href="https://redirect.github.com/fog/fog-aws/issues/735">#735</a>)</li> <li><a href="https://github.com/fog/fog-aws/commit/fbead865dbf61d71b4515fa456c5f122c8453c13"><code>fbead86</code></a> Update rubyzip requirement from ~&gt; 2.3.0 to ~&gt; 2.4.1 (<a href="https://redirect.github.com/fog/fog-aws/issues/733">#733</a>)</li> <li>See full diff in <a href="https://github.com/fog/fog-aws/compare/v3.30.0...v3.31.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.30.0&new-version=3.31.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 455b04b + 969080a commit f39f018

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ GEM
303303
multi_json
304304
erubi (1.13.1)
305305
event_stream_parser (1.0.0)
306-
excon (1.2.3)
306+
excon (1.2.5)
307+
logger
307308
execjs (2.10.0)
308309
factory_bot (6.5.0)
309310
activesupport (>= 5.0.0)
@@ -321,7 +322,7 @@ GEM
321322
faraday-net_http (3.4.0)
322323
net-http (>= 0.5.0)
323324
ffi (1.17.2-x86_64-linux-gnu)
324-
fog-aws (3.30.0)
325+
fog-aws (3.31.0)
325326
base64 (~> 0.2.0)
326327
fog-core (~> 2.6)
327328
fog-json (~> 1.1)
@@ -441,10 +442,10 @@ GEM
441442
matrix (0.4.2)
442443
memory_profiler (1.1.0)
443444
method_source (1.1.0)
444-
mime-types (3.6.0)
445+
mime-types (3.6.2)
445446
logger
446447
mime-types-data (~> 3.2015)
447-
mime-types-data (3.2025.0107)
448+
mime-types-data (3.2025.0415)
448449
mini_magick (5.2.0)
449450
benchmark
450451
logger
@@ -472,7 +473,7 @@ GEM
472473
net-smtp (0.5.1)
473474
net-protocol
474475
nio4r (2.7.4)
475-
nokogiri (1.18.7-x86_64-linux-gnu)
476+
nokogiri (1.18.8-x86_64-linux-gnu)
476477
racc (~> 1.4)
477478
noticed (2.6.0)
478479
rails (>= 6.1.0)

0 commit comments

Comments
 (0)