Skip to content

Commit 44ea84b

Browse files
authored
chore(deps): bump turbo-rails from 2.0.16 to 2.0.17 (#1102)
Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.16 to 2.0.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hotwired/turbo-rails/releases">turbo-rails's releases</a>.</em></p> <blockquote> <h2>v2.0.17</h2> <h2>What's Changed</h2> <ul> <li>Fix typo in README.md by <a href="https://github.com/brunocalmels"><code>@​brunocalmels</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/746">hotwired/turbo-rails#746</a></li> <li>Remove compact call on locals in broadcast_rendering_with_defaults by <a href="https://github.com/mathias234"><code>@​mathias234</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/720">hotwired/turbo-rails#720</a></li> </ul> <p>See <a href="https://github.com/hotwired/turbo/releases/tag/v8.0.18">https://github.com/hotwired/turbo/releases/tag/v8.0.18</a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brunocalmels"><code>@​brunocalmels</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/746">hotwired/turbo-rails#746</a></li> <li><a href="https://github.com/mathias234"><code>@​mathias234</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/720">hotwired/turbo-rails#720</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hotwired/turbo-rails/commit/aeea473b651703da32e3db430c4728fae5a52bb3"><code>aeea473</code></a> <code>@​hotwired/turbo-rails</code> v8.0.18</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/00e6cba77b1edd47205e3393c4c9d2237608a995"><code>00e6cba</code></a> Bump version</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/30cd8fcc6f82c1ad4edd1ed6069ba878f21f02b3"><code>30cd8fc</code></a> Merge pull request <a href="https://redirect.github.com/hotwired/turbo-rails/issues/720">#720</a> from mathias234/remove-compact</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/4bf3c0b64fd48afca60c33e90205025f743e123f"><code>4bf3c0b</code></a> Merge pull request <a href="https://redirect.github.com/hotwired/turbo-rails/issues/746">#746</a> from brunocalmels/patch-1</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/fe2b8626c9b47d90ff1cd8285980db94fa8d1105"><code>fe2b862</code></a> Fix typo in README.md</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/65afc97406a62ae25d99dedd13791826578ce55a"><code>65afc97</code></a> Remove compact on locals</li> <li>See full diff in <a href="https://github.com/hotwired/turbo-rails/compare/v2.0.16...v2.0.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=turbo-rails&package-manager=bundler&previous-version=2.0.16&new-version=2.0.17)](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 f667259 + 5a0bb4f commit 44ea84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ GEM
789789
translate_enum (0.2.0)
790790
activesupport
791791
tsort (0.2.0)
792-
turbo-rails (2.0.16)
792+
turbo-rails (2.0.17)
793793
actionpack (>= 7.1.0)
794794
railties (>= 7.1.0)
795795
tzinfo (2.0.6)

0 commit comments

Comments
 (0)