ruby_language_server 0.3.13
See https://microsoft.github.io/language-server-protocol/ "A Language Server is meant to provide the language-specific smarts and communicate with development tools over a protocol that enables inter-process communication."
Gemfile:
=
install:
=
Runtime Dependencies (10):
activerecord
~> 5.2
amatch
>= 0
bundler
>= 0
etc
>= 0
fuzzy_match
>= 0
json
>= 0
rubocop
>= 0
rubocop-performance
>= 0
rubocop-rspec
>= 0
sqlite3
>= 0
Development Dependencies (9):
guard
>= 0
guard-minitest
>= 0
guard-rubocop
>= 0
minitest
>= 0
minitest-color
>= 0
pry
>= 0
pry-byebug
>= 0
rake
>= 0
sexp_processor
>= 0