-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit f58d2b8
authored
Bump language_server-protocol from 3.17.0.3 to 3.17.0.4 (#4281)
Bumps
[language_server-protocol](https://github.com/mtsmfm/language_server-protocol-ruby)
from 3.17.0.3 to 3.17.0.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mtsmfm/language_server-protocol-ruby/blob/main/CHANGELOG.md">language_server-protocol's
changelog</a>.</em></p>
<blockquote>
<h2>3.17.0.4</h2>
<ul>
<li>Add #close to Reader and Writer (<a
href="https://redirect.github.com/mtsmfm/language_server-protocol-ruby/issues/112">#112</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mtsmfm/language_server-protocol-ruby/commit/529cbfcbe5744a11af8ffda874b199653b74a56b"><code>529cbfc</code></a>
Release 3.17.0.4</li>
<li><a
href="https://github.com/mtsmfm/language_server-protocol-ruby/commit/0983c87e7abb80f57d285e671c57374e906d2d6f"><code>0983c87</code></a>
$ bundle exec rbs collection update</li>
<li><a
href="https://github.com/mtsmfm/language_server-protocol-ruby/commit/697a0155320cc99f073df29b64b9ed4679bfde50"><code>697a015</code></a>
Exclude sig file for now</li>
<li><a
href="https://github.com/mtsmfm/language_server-protocol-ruby/commit/9453d6b1827e53c5176a8b8a1daaa0f9d05e97f8"><code>9453d6b</code></a>
Merge pull request <a
href="https://redirect.github.com/mtsmfm/language_server-protocol-ruby/issues/114">#114</a>
from mtsmfm/add-3-4-ci</li>
<li><a
href="https://github.com/mtsmfm/language_server-protocol-ruby/commit/f1141d664673eea2e9fe05e50df0bccf08bbf754"><code>f1141d6</code></a>
Test against Ruby 3.4</li>
<li><a
href="https://github.com/mtsmfm/language_server-protocol-ruby/commit/b555dd57ca9fd205f6bf0e3a3c9d44360c6bf92b"><code>b555dd5</code></a>
Merge pull request <a
href="https://redirect.github.com/mtsmfm/language_server-protocol-ruby/issues/113">#113</a>
from mtsmfm/fix-ci</li>
<li><a
href="https://github.com/mtsmfm/language_server-protocol-ruby/commit/d7ba95590c7644168a892d8d85677c8e9f25512d"><code>d7ba955</code></a>
Fix CI</li>
<li><a
href="https://github.com/mtsmfm/language_server-protocol-ruby/commit/c21697edf6085a0e8b63d7a53ab982eeef652f4d"><code>c21697e</code></a>
Merge pull request <a
href="https://redirect.github.com/mtsmfm/language_server-protocol-ruby/issues/112">#112</a>
from pocke/Add___close__to_Reader_and_Writer</li>
<li><a
href="https://github.com/mtsmfm/language_server-protocol-ruby/commit/bb2279ea20a46a344be4eaf33274b571e8777b7d"><code>bb2279e</code></a>
Add <code>#close</code> to Reader and Writer</li>
<li><a
href="https://github.com/mtsmfm/language_server-protocol-ruby/commit/15d4388e84c65d9900d9dc1ca378e0073231d44b"><code>15d4388</code></a>
Merge pull request <a
href="https://redirect.github.com/mtsmfm/language_server-protocol-ruby/issues/104">#104</a>
from joker1007/add-rbs</li>
<li>Additional commits viewable in <a
href="https://github.com/mtsmfm/language_server-protocol-ruby/compare/v3.17.0.3...v3.17.0.4">compare
view</a></li>
</ul>
</details>
<br />
[](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 2acff58 commit f58d2b8Copy full SHA for f58d2b8
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
231 |
| - | |
| 231 | + | |
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
|
0 commit comments