Skip to content

Commit 56363b8

Browse files
Bump ruby-lsp from 0.23.7 to 0.23.8 (#4294)
Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.23.7 to 0.23.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Shopify/ruby-lsp/releases">ruby-lsp's releases</a>.</em></p> <blockquote> <h1>v0.23.8</h1> <h2>🐛 Bug Fixes</h2> <ul> <li>Avoid failing if file is quickly created and deleted (<a href="https://redirect.github.com/Shopify/ruby-lsp/pull/3105">Shopify/ruby-lsp#3105</a>) by <a href="https://github.com/vinistock"><code>@​vinistock</code></a></li> <li>Account for missing bundle or lockfile in compose bundle request (<a href="https://redirect.github.com/Shopify/ruby-lsp/pull/3104">Shopify/ruby-lsp#3104</a>) by <a href="https://github.com/vinistock"><code>@​vinistock</code></a></li> <li>Allow snippets for Cursor editor (<a href="https://redirect.github.com/Shopify/ruby-lsp/pull/3109">Shopify/ruby-lsp#3109</a>) by <a href="https://github.com/vinistock"><code>@​vinistock</code></a></li> <li>Prefer exact matches when guessing types (<a href="https://redirect.github.com/Shopify/ruby-lsp/pull/3112">Shopify/ruby-lsp#3112</a>) by <a href="https://github.com/vinistock"><code>@​vinistock</code></a></li> <li>Search for class variables completion candidates in attached namespace (<a href="https://redirect.github.com/Shopify/ruby-lsp/pull/3100">Shopify/ruby-lsp#3100</a>) by <a href="https://github.com/vinistock"><code>@​vinistock</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/ruby-lsp/commit/41df177f1c5c861aac4ffac497df5a52c76bda4e"><code>41df177</code></a> Search for class variables completion candidates in attached namespace (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/3100">#3100</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/0e0120c40a8ce18e1a446849277ea24977cca4e7"><code>0e0120c</code></a> Clarify limitations of rename (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/3113">#3113</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/56aa676094200399d8606b054bedd212be011dc9"><code>56aa676</code></a> Prefer exact matches when guessing types (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/3112">#3112</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/1d799552dce997880cf9ffa42633703685ae2ec7"><code>1d79955</code></a> Allow snippets for Cursor editor (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/3109">#3109</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/e4f6a84cf5b6a573bab774257f35fa31974fc22e"><code>e4f6a84</code></a> Account for missing bundle or lockfile in compose bundle request (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/3104">#3104</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/f1e9ffec3687fc0fabedd409f108462b43b0c46f"><code>f1e9ffe</code></a> Add helix instructions to editors list (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/3107">#3107</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/eac6f3c8f710194ee518f8c94a91fc5f6383d440"><code>eac6f3c</code></a> Search for expected add-on in test (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/3106">#3106</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/9f0f8f2c86216b0f178faa5af14865e0731c56ea"><code>9f0f8f2</code></a> Avoid failing if file is quickly created and deleted (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/3105">#3105</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/0330a1715354e1f451d0fb5c6aeb211642110e7f"><code>0330a17</code></a> Copy VS Code README into docs (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/3103">#3103</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/c151d4744679c03218be643995f6a587cecf714b"><code>c151d47</code></a> (docs) Specify scroll behaviour to mitigate anchor bug (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/3102">#3102</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Shopify/ruby-lsp/compare/v0.23.7...v0.23.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby-lsp&package-manager=bundler&previous-version=0.23.7&new-version=0.23.8)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52bf8c1 commit 56363b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ GEM
438438
rubocop-rspec (~> 3, >= 3.0.1)
439439
ruby-graphviz (1.2.5)
440440
rexml
441-
ruby-lsp (0.23.7)
441+
ruby-lsp (0.23.8)
442442
language_server-protocol (~> 3.17.0)
443443
prism (>= 1.2, < 2.0)
444444
rbs (>= 3, < 4)
@@ -482,7 +482,7 @@ GEM
482482
simplecov-html (0.13.1)
483483
simplecov_json_formatter (0.1.4)
484484
smart_properties (1.17.0)
485-
sorbet-runtime (0.5.11796)
485+
sorbet-runtime (0.5.11798)
486486
sprockets (4.2.1)
487487
concurrent-ruby (~> 1.0)
488488
rack (>= 2.2.4, < 4)

0 commit comments

Comments
 (0)