You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ bundle config
...
local.my_gem
Set for the current user (/Users/me/.bundle/config): "/Users/me/code/my_gem"
MyProject $ solargraph bundle
Documenting my_gem 0.1.0
my_gem 0.1.0 YARD documentation failed
1 gem could not be documented. You might need to run `bundle install`.
The text was updated successfully, but these errors were encountered:
It might be necessary here because my_gem gets installed as a local gem. In projects where the Bundler installs the gems at the system level, you can usually get away with excluding Solargraph from the Gemfile.
Git gem with local path config in bundler does not work with solargraph bundle
Eg.
MyProject/Gemfile
The text was updated successfully, but these errors were encountered: