Skip to content

Commit 0c9dc74

Browse files
authored
Bump turbo-rails from 2.0.10 to 2.0.11 (#672)
Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.10 to 2.0.11. <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.11</h2> <h2>What's Changed</h2> <ul> <li>Address <code>warning: </code>*' interpreted as argument prefix` by <a href="https://github.com/yahonda"><code>@​yahonda</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/689">hotwired/turbo-rails#689</a></li> <li>Migrate Turbo Native helpers to Hotwire Native by <a href="https://github.com/joemasilotti"><code>@​joemasilotti</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/691">hotwired/turbo-rails#691</a></li> <li>Update readme - incorrect URL for source file SystemTestHelper by <a href="https://github.com/mlpinit"><code>@​mlpinit</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/692">hotwired/turbo-rails#692</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yahonda"><code>@​yahonda</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/689">hotwired/turbo-rails#689</a></li> <li><a href="https://github.com/mlpinit"><code>@​mlpinit</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/692">hotwired/turbo-rails#692</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hotwired/turbo-rails/compare/v2.0.10...v2.0.11">https://github.com/hotwired/turbo-rails/compare/v2.0.10...v2.0.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hotwired/turbo-rails/commit/52727cbf29d37fb2d54b5fc6cff7baaf4d007249"><code>52727cb</code></a> Update to turbo 8.0.12</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/8c681ddf3c162caf352bc1b52e3993048d8a35ed"><code>8c681dd</code></a> Bump turbo version</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/b775fe4a1f9db28e3d650864c1bb6c089f44efa6"><code>b775fe4</code></a> Update readme - incorrect URL for source file (<a href="https://redirect.github.com/hotwired/turbo-rails/issues/692">#692</a>)</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/567520f6443ed6b753b7ef65eb2c2bf4f2e8b5ea"><code>567520f</code></a> Migrate Turbo Native helpers to Hotwire Native (<a href="https://redirect.github.com/hotwired/turbo-rails/issues/691">#691</a>)</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/4bbe1422277a5516491468e614082434e3a9e8b3"><code>4bbe142</code></a> Merge pull request <a href="https://redirect.github.com/hotwired/turbo-rails/issues/689">#689</a> from yahonda/address_splat_warning</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/fad15fa74d1bedecdb5ecc75b0a75c8b5ce9f6ed"><code>fad15fa</code></a> Address <code>warning: </code>*' interpreted as argument prefix`</li> <li>See full diff in <a href="https://github.com/hotwired/turbo-rails/compare/v2.0.10...v2.0.11">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.10&new-version=2.0.11)](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 2a18911 + 4ad59ea commit 0c9dc74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ GEM
437437
pundit (2.4.0)
438438
activesupport (>= 3.0.0)
439439
racc (1.8.1)
440-
rack (3.1.7)
440+
rack (3.1.8)
441441
rack-cors (2.0.2)
442442
rack (>= 2.0.0)
443443
rack-mini-profiler (3.3.1)
@@ -644,7 +644,7 @@ GEM
644644
trailblazer-option (0.1.2)
645645
translate_enum (0.2.0)
646646
activesupport
647-
turbo-rails (2.0.10)
647+
turbo-rails (2.0.11)
648648
actionpack (>= 6.0.0)
649649
railties (>= 6.0.0)
650650
tzinfo (2.0.6)
@@ -682,7 +682,7 @@ GEM
682682
websocket-extensions (0.1.5)
683683
xpath (3.2.0)
684684
nokogiri (~> 1.8)
685-
zeitwerk (2.6.18)
685+
zeitwerk (2.7.0)
686686

687687
PLATFORMS
688688
x86_64-linux

0 commit comments

Comments
 (0)