Skip to content

Commit 68a8f6b

Browse files
authored
chore(deps): bump asset_sync from 2.19.2 to 2.19.3 (#1196)
Bumps [asset_sync](https://github.com/AssetSync/asset_sync) from 2.19.2 to 2.19.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/AssetSync/asset_sync/blob/master/CHANGELOG.md">asset_sync's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/AssetSync/asset_sync/compare/v2.19.2...v2.19.3">2.19.3</a> - 2026-01-10</h2> <h3>Changed</h3> <ul> <li>Improvement: Ensure &quot;Uploading&quot; logs are output when compression is enabled (<a href="https://redirect.github.com/AssetSync/asset_sync/pull/452">AssetSync/asset_sync#452</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix compatibility with ruby 4.0+ due to <code>CGI library is removed from the default gems</code> (<a href="https://bugs.ruby-lang.org/issues/21258">https://bugs.ruby-lang.org/issues/21258</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AssetSync/asset_sync/commit/cd7b9ebe647c9f4e68a736d64648e5ce5bd12fb7"><code>cd7b9eb</code></a> ^ Release 2.19.3</li> <li><a href="https://github.com/AssetSync/asset_sync/commit/6251a0dbe3682a122d46fe601783b353eee876cb"><code>6251a0d</code></a> Update CI test matrix (<a href="https://redirect.github.com/AssetSync/asset_sync/issues/453">#453</a>)</li> <li><a href="https://github.com/AssetSync/asset_sync/commit/3df4f59c1a58ccef984adde12d84f5f6bfeef38e"><code>3df4f59</code></a> ! Fix cgi missing in ruby 4.0+</li> <li><a href="https://github.com/AssetSync/asset_sync/commit/960ecb62aea571ed1d7dca540b987fb4f74797ac"><code>960ecb6</code></a> * Update CI test matrix</li> <li><a href="https://github.com/AssetSync/asset_sync/commit/f2fe75260523c269a86392b06cc5fb6ab419600f"><code>f2fe752</code></a> * Update GH action config to pin actions by commit hash (security</li> <li><a href="https://github.com/AssetSync/asset_sync/commit/0689f643f5a05663529da9fc25083c669077214e"><code>0689f64</code></a> Improvement: Ensure &quot;Uploading&quot; logs are output when compression is enabled (...</li> <li><a href="https://github.com/AssetSync/asset_sync/commit/c3a1f4a2a7d74de71b08a7fd40d938930362c385"><code>c3a1f4a</code></a> Add log message when compressed file does not exist in compression mode</li> <li><a href="https://github.com/AssetSync/asset_sync/commit/34ea7b3b1cf68e27c3a6cf9fe85f747d170de7a9"><code>34ea7b3</code></a> Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/AssetSync/asset_sync/issues/450">#450</a>)</li> <li><a href="https://github.com/AssetSync/asset_sync/commit/d024652acdf746f90dad5d05d2f3c34e64a64f8d"><code>d024652</code></a> Bump actions/checkout from 5 to 6</li> <li><a href="https://github.com/AssetSync/asset_sync/commit/2a834193aa96ae0ae59fa5184886071ac926ac85"><code>2a83419</code></a> Bump github/codeql-action from 3 to 4 (<a href="https://redirect.github.com/AssetSync/asset_sync/issues/449">#449</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AssetSync/asset_sync/compare/v2.19.2...v2.19.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=asset_sync&package-manager=bundler&previous-version=2.19.2&new-version=2.19.3)](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 2ac5b4b + 66cf819 commit 68a8f6b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ GEM
160160
uri (>= 0.13.1)
161161
addressable (2.8.8)
162162
public_suffix (>= 2.0.2, < 8.0)
163-
asset_sync (2.19.2)
163+
asset_sync (2.19.3)
164164
activemodel (>= 4.1.0)
165+
cgi
165166
fog-core
166167
mime-types (>= 2.99)
167168
unf
@@ -223,6 +224,7 @@ GEM
223224
capybara-screenshot (1.0.26)
224225
capybara (>= 1.0, < 4)
225226
launchy
227+
cgi (0.5.1)
226228
childprocess (5.1.0)
227229
logger (~> 1.5)
228230
coderay (1.1.3)
@@ -312,7 +314,7 @@ GEM
312314
et-orbi (1.3.0)
313315
tzinfo
314316
event_stream_parser (1.0.0)
315-
excon (1.3.0)
317+
excon (1.3.2)
316318
logger
317319
execjs (2.10.0)
318320
factory_bot (6.5.5)
@@ -353,7 +355,7 @@ GEM
353355
nokogiri (>= 1.5.11, < 2.0.0)
354356
font-awesome-sass (6.7.2)
355357
sassc (~> 2.0)
356-
formatador (1.2.2)
358+
formatador (1.2.3)
357359
reline
358360
friendly_id (5.4.2)
359361
activerecord (>= 4.0.0)

0 commit comments

Comments
 (0)