Bump ruby-lsp-rails from 0.3.6 to 0.3.7 #826

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/ruby-lsp-rails-0.3.7 into main 2024-06-03 20:33:36 +08:00
dependabot[bot] commented 2024-06-03 16:00:31 +08:00 (Migrated from github.com)

Bumps ruby-lsp-rails from 0.3.6 to 0.3.7.

Release notes

Sourced from ruby-lsp-rails's releases.

v0.3.7

What's Changed

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.6...v0.3.7

Commits
  • 831b8b0 Bump version to v0.3.7
  • 76931b2 Remove explicit dependence on sorbet-runtime (#396)
  • 421f9db Update for ruby-lsp v0.17 (#395)
  • 0c85e7a Add support for jump-to-def for associations (#373)
  • d5c92e8 Merge pull request #392 from Shopify/dependabot/bundler/minor-and-patch-8f28c...
  • de71701 Bump the minor-and-patch group with 3 updates
  • d77a579 Drop Ruby 3.0 in CI (#391)
  • a6f6bca Merge pull request #390 from Shopify/dependabot/bundler/minor-and-patch-659e2...
  • 3c32475 ---
  • 9acb50c Merge pull request #387 from Shopify/dependabot/bundler/minor-and-patch-10f89...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [ruby-lsp-rails](https://github.com/Shopify/ruby-lsp-rails) from 0.3.6 to 0.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Shopify/ruby-lsp-rails/releases">ruby-lsp-rails's releases</a>.</em></p> <blockquote> <h2>v0.3.7</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>Eager load routes if necessary by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/380">Shopify/ruby-lsp-rails#380</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Add support for Go To Definition for associations by <a href="https://github.com/maxveldink"><code>@​maxveldink</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/373">Shopify/ruby-lsp-rails#373</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/maxveldink"><code>@​maxveldink</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/373">Shopify/ruby-lsp-rails#373</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.6...v0.3.7">https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.6...v0.3.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/831b8b05e7eeb3da3b5b853b9c8955dc49c6636c"><code>831b8b0</code></a> Bump version to v0.3.7</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/76931b2acd922dfd6cd6d0c9be08410be31206ca"><code>76931b2</code></a> Remove explicit dependence on sorbet-runtime (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/396">#396</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/421f9db9ea7cfb0083c44be7e739f210d634306e"><code>421f9db</code></a> Update for ruby-lsp v0.17 (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/395">#395</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/0c85e7af8b49f554413fdbf555f2b7dc3584c0a9"><code>0c85e7a</code></a> Add support for jump-to-def for associations (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/373">#373</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/d5c92e887ba97c1b3f0a85bfd144a238ce54f499"><code>d5c92e8</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/392">#392</a> from Shopify/dependabot/bundler/minor-and-patch-8f28c...</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/de717015d178aa39706f4d5737819f2c09a4de70"><code>de71701</code></a> Bump the minor-and-patch group with 3 updates</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/d77a5793ef83259c83ee884353b27ae9d5ae92d0"><code>d77a579</code></a> Drop Ruby 3.0 in CI (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/391">#391</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/a6f6bcadc2ba6e767ae0a444a434096a313d5859"><code>a6f6bca</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/390">#390</a> from Shopify/dependabot/bundler/minor-and-patch-659e2...</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/3c32475b5d4708901c670fc565d8628a5f30955f"><code>3c32475</code></a> ---</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/9acb50cdc0e0d27edafb3d08b5025b0fc1ae3d96"><code>9acb50c</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/387">#387</a> from Shopify/dependabot/bundler/minor-and-patch-10f89...</li> <li>Additional commits viewable in <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.6...v0.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby-lsp-rails&package-manager=bundler&previous-version=0.3.6&new-version=0.3.7)](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>
Sign in to join this conversation.