castwide / vscode-solargraph

A Visual Studio Code extension for Solargraph.
Other
423 stars 25 forks source link

Failed to start Solargraph: Error: [Gem::ConflictError] (rdoc) #132

Closed sbehrens closed 5 years ago

sbehrens commented 5 years ago

Hello,

I get the following exception using this with vscode:

Failed to start Solargraph: Error: [Gem::ConflictError] Unable to activate rdoc-4.2.2, because json-2.2.0 conflicts with json (~> 1.4)

Any ideas on what the issue is?

castwide commented 5 years ago

You might need to update the RDoc gem. Checking on two different systems with working installations of Solargraph, one uses Ruby 2.3.0 with RDoc 4.3.0, and the other uses Ruby 2.5.3 with RDoc 6.1.1.

sbehrens commented 5 years ago

LGTM, thanks for the tip