Skip to content

dev-dep: Upgrade solargraph gem to 0.47.2

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.47.2, to avoid prompting by Neovim/CoC to upgrade to the latest gem version. For reference, see dev-dep: Upgrade solargraph gem to 0.46.0 (!96941 - merged)

Screenshots or screen recordings

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

Changes since last version include:

# 0.47.2 - September 30, 2022
Fix complex type inference (#578)
Off-by-one diagnostic (#595)
# 0.47.1 - September 27, 2022
Remove debug code from release (#600)
# 0.47.0 - September 25, 2022
- Completion candidates for union types (#507)
- Nullify Hover object instead of contents value (#583)
Mapping workspace stuck in 0 (#587)
Fix parsing of nested subtypes (#589)
Update YARD tags on Pin::Block methods (#588)
@!visibility directive support (#566)

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.

Merge request reports