mtsmfm / language_server-ruby

A Ruby Language Server implementation
MIT License
259 stars 10 forks source link

Update language_server-protocol requirement from = 3.7.0.0 to = 3.14.0.1 #91

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on language_server-protocol to permit the latest version.

Changelog *Sourced from [language_server-protocol's changelog](https://github.com/mtsmfm/language_server-protocol-ruby/blob/master/CHANGELOG.md).* > ## 3.14.0.1 > > - Drop Ruby < 2.4 > - Add Transport::Io (Thanks to [@​soutaro](https://github.com/soutaro)) > > ## 3.14.0.0 > > - Update Language Server Protocol version to 3.14.0 > > ## 3.12.0.0 > > - Update Language Server Protocol version to 3.12.0 > > ## 3.7.0.0 > > - Update Language Server Protocol version to 3.7.0 > > ## 0.5.0 > > - Add #to_hash to keep compatibility with Rails ([#10](https://github-redirect.dependabot.com/mtsmfm/language_server-protocol-ruby/issues/10)) > > ## 0.4.0 > > - Fix handling `extends`
Commits - [`3e40d7c`](https://github.com/mtsmfm/language_server-protocol-ruby/commit/3e40d7c96d7539b353637e8a206f04194658f98e) Release 3.14.0.1 - [`f0f2bbd`](https://github.com/mtsmfm/language_server-protocol-ruby/commit/f0f2bbd6a64e87e8d7920cafde3f49646504169a) Merge pull request [#20](https://github-redirect.dependabot.com/mtsmfm/language_server-protocol-ruby/issues/20) from mtsmfm/add-io-transport - [`3858112`](https://github.com/mtsmfm/language_server-protocol-ruby/commit/385811235d40d52ee0f57e7d31999837b1915ca8) Refine - [`680a47e`](https://github.com/mtsmfm/language_server-protocol-ruby/commit/680a47ee3893a74ea6556252bfe35ab389a6f5e7) Add Transport::IO to use any IO objects for transport layer - [`b3d6487`](https://github.com/mtsmfm/language_server-protocol-ruby/commit/b3d6487d16e19bc63b4d4b76def5f4d348c7f9e7) Merge pull request [#19](https://github-redirect.dependabot.com/mtsmfm/language_server-protocol-ruby/issues/19) from mtsmfm/update-ruby - [`30db7f5`](https://github.com/mtsmfm/language_server-protocol-ruby/commit/30db7f52c79a853e4be6e800b849f498f74e9cc1) Drop old Ruby - [`ec3d5e0`](https://github.com/mtsmfm/language_server-protocol-ruby/commit/ec3d5e00f984f2ea1322a8e34d41fa083327fa78) Update Ruby version - [`bc95447`](https://github.com/mtsmfm/language_server-protocol-ruby/commit/bc95447716bc53c5bcd52b023f42834a0a0b455e) Release 3.14.0.0 - [`8302dfa`](https://github.com/mtsmfm/language_server-protocol-ruby/commit/8302dfac341fe19d21490ef1133283193b8afe55) Merge pull request [#18](https://github-redirect.dependabot.com/mtsmfm/language_server-protocol-ruby/issues/18) from mtsmfm/bump - [`0073d36`](https://github.com/mtsmfm/language_server-protocol-ruby/commit/0073d369c6d60bdcfe727917622cba7521e2b58d) Bump LSP version - Additional commits viewable in [compare view](https://github.com/mtsmfm/language_server-protocol-ruby/compare/v3.7.0.0...v3.14.0.1)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #112.