Skip to content

dev-dep: Upgrade solargraph gem to 0.46.0

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR upgrades the solargraph gem to 0.46.0, to avoid prompting by Neovim/CoC to upgrade to the latest gem version. For reference, see Upgrade solargraph gem to 0.45.0 (!93031 - merged)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Changes since last version include:

- Ignore typecheck errors with @sg-ignore tag (#419)
- Strict checks report undefined method calls on variables (#553)
- Infer type from method arguments (#554)
- Return nil value for empty hover contents (#543)

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Pedro Pombeiro

Merge request reports