castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.89k stars 158 forks source link

Can the 'solargraph bundle' command specify which gems are not included? #720

Open GengCen-Qin opened 3 months ago

GengCen-Qin commented 3 months ago

Hello, When I use solargraph bundle command, Console show :

Documenting xxx(my_gem_name) 0.1.8
xxx(my_gem_name) 0.1.8 YARD documentation failed
1 gem could not be documented. You might need to run `bundle install`.

Is there some way to solve it or only to make my_gem compliant with standards


ruby -v : ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-darwin22] rails -v : Rails 6.0.6.1