mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Add solargraph so that LS works ootb
This commit is contained in:
parent
761b122536
commit
6774b0807b
23 changed files with 53 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -57,6 +57,8 @@ group :development do
|
|||
# Use console on exceptions pages [https://github.com/rails/web-console]
|
||||
gem "web-console"
|
||||
|
||||
gem "solargraph"
|
||||
|
||||
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
|
||||
# gem "rack-mini-profiler"
|
||||
|
||||
|
|
|
|||
51
Gemfile.lock
51
Gemfile.lock
|
|
@ -68,6 +68,9 @@ GEM
|
|||
tzinfo (~> 2.0)
|
||||
addressable (2.8.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
ast (2.4.2)
|
||||
backport (1.2.0)
|
||||
benchmark (0.1.1)
|
||||
bindex (0.8.1)
|
||||
bootsnap (1.12.0)
|
||||
msgpack (~> 1.2)
|
||||
|
|
@ -87,7 +90,9 @@ GEM
|
|||
debug (1.5.0)
|
||||
irb (>= 1.3.6)
|
||||
reline (>= 0.2.7)
|
||||
diff-lcs (1.5.0)
|
||||
digest (3.1.0)
|
||||
e2mmap (0.1.0)
|
||||
erubi (1.10.0)
|
||||
globalid (1.0.0)
|
||||
activesupport (>= 5.0)
|
||||
|
|
@ -99,9 +104,15 @@ GEM
|
|||
io-console (0.5.11)
|
||||
irb (1.4.1)
|
||||
reline (>= 0.3.0)
|
||||
jaro_winkler (1.5.4)
|
||||
jbuilder (2.11.5)
|
||||
actionview (>= 5.0.0)
|
||||
activesupport (>= 5.0.0)
|
||||
json (2.5.1)
|
||||
kramdown (2.4.0)
|
||||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
loofah (2.18.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
|
|
@ -130,6 +141,9 @@ GEM
|
|||
nio4r (2.5.8)
|
||||
nokogiri (1.13.6-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
parallel (1.22.1)
|
||||
parser (3.1.2.0)
|
||||
ast (~> 2.4.1)
|
||||
public_suffix (4.0.7)
|
||||
puma (5.6.4)
|
||||
nio4r (~> 2.0)
|
||||
|
|
@ -163,17 +177,48 @@ GEM
|
|||
rake (>= 12.2)
|
||||
thor (~> 1.0)
|
||||
zeitwerk (~> 2.5)
|
||||
rainbow (3.1.1)
|
||||
rake (13.0.6)
|
||||
regexp_parser (2.5.0)
|
||||
reline (0.3.1)
|
||||
io-console (~> 0.5)
|
||||
reverse_markdown (2.1.1)
|
||||
nokogiri
|
||||
rexml (3.2.5)
|
||||
rubocop (1.31.2)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.1.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.18.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.19.1)
|
||||
parser (>= 3.1.1.0)
|
||||
ruby-progressbar (1.11.0)
|
||||
rubyzip (2.3.2)
|
||||
selenium-webdriver (4.2.1)
|
||||
childprocess (>= 0.5, < 5.0)
|
||||
rexml (~> 3.2, >= 3.2.5)
|
||||
rubyzip (>= 1.2.2, < 3.0)
|
||||
websocket (~> 1.0)
|
||||
solargraph (0.45.0)
|
||||
backport (~> 1.2)
|
||||
benchmark
|
||||
bundler (>= 1.17.2)
|
||||
diff-lcs (~> 1.4)
|
||||
e2mmap
|
||||
jaro_winkler (~> 1.5)
|
||||
kramdown (~> 2.3)
|
||||
kramdown-parser-gfm (~> 1.1)
|
||||
parser (~> 3.0)
|
||||
reverse_markdown (>= 1.0.5, < 3)
|
||||
rubocop (>= 0.52)
|
||||
thor (~> 1.0)
|
||||
tilt (~> 2.0)
|
||||
yard (~> 0.9, >= 0.9.24)
|
||||
sprockets (4.0.3)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (> 1, < 3)
|
||||
|
|
@ -186,6 +231,7 @@ GEM
|
|||
railties (>= 6.0.0)
|
||||
strscan (3.0.3)
|
||||
thor (1.2.1)
|
||||
tilt (2.0.10)
|
||||
timeout (0.3.0)
|
||||
turbo-rails (1.1.1)
|
||||
actionpack (>= 6.0.0)
|
||||
|
|
@ -193,6 +239,7 @@ GEM
|
|||
railties (>= 6.0.0)
|
||||
tzinfo (2.0.4)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (1.8.0)
|
||||
web-console (4.2.0)
|
||||
actionview (>= 6.0.0)
|
||||
activemodel (>= 6.0.0)
|
||||
|
|
@ -202,12 +249,15 @@ GEM
|
|||
nokogiri (~> 1.6)
|
||||
rubyzip (>= 1.3.0)
|
||||
selenium-webdriver (~> 4.0)
|
||||
webrick (1.7.0)
|
||||
websocket (1.2.9)
|
||||
websocket-driver (0.7.5)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.5)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
yard (0.9.28)
|
||||
webrick (~> 1.7.0)
|
||||
zeitwerk (2.5.4)
|
||||
|
||||
PLATFORMS
|
||||
|
|
@ -222,6 +272,7 @@ DEPENDENCIES
|
|||
puma (~> 5.0)
|
||||
rails (~> 7.0.3)
|
||||
selenium-webdriver
|
||||
solargraph
|
||||
sprockets-rails
|
||||
sqlite3 (~> 1.4)
|
||||
stimulus-rails
|
||||
|
|
|
|||
BIN
vendor/cache/ast-2.4.2.gem
vendored
Normal file
BIN
vendor/cache/ast-2.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/backport-1.2.0.gem
vendored
Normal file
BIN
vendor/cache/backport-1.2.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/benchmark-0.1.1.gem
vendored
Normal file
BIN
vendor/cache/benchmark-0.1.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/diff-lcs-1.5.0.gem
vendored
Normal file
BIN
vendor/cache/diff-lcs-1.5.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/e2mmap-0.1.0.gem
vendored
Normal file
BIN
vendor/cache/e2mmap-0.1.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/jaro_winkler-1.5.4.gem
vendored
Normal file
BIN
vendor/cache/jaro_winkler-1.5.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/json-2.5.1.gem
vendored
Normal file
BIN
vendor/cache/json-2.5.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/kramdown-2.4.0.gem
vendored
Normal file
BIN
vendor/cache/kramdown-2.4.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/kramdown-parser-gfm-1.1.0.gem
vendored
Normal file
BIN
vendor/cache/kramdown-parser-gfm-1.1.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/parallel-1.22.1.gem
vendored
Normal file
BIN
vendor/cache/parallel-1.22.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/parser-3.1.2.0.gem
vendored
Normal file
BIN
vendor/cache/parser-3.1.2.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rainbow-3.1.1.gem
vendored
Normal file
BIN
vendor/cache/rainbow-3.1.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/reverse_markdown-2.1.1.gem
vendored
Normal file
BIN
vendor/cache/reverse_markdown-2.1.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rubocop-1.31.2.gem
vendored
Normal file
BIN
vendor/cache/rubocop-1.31.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rubocop-ast-1.19.1.gem
vendored
Normal file
BIN
vendor/cache/rubocop-ast-1.19.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/ruby-progressbar-1.11.0.gem
vendored
Normal file
BIN
vendor/cache/ruby-progressbar-1.11.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/solargraph-0.45.0.gem
vendored
Normal file
BIN
vendor/cache/solargraph-0.45.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/tilt-2.0.10.gem
vendored
Normal file
BIN
vendor/cache/tilt-2.0.10.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/unicode-display_width-1.8.0.gem
vendored
Normal file
BIN
vendor/cache/unicode-display_width-1.8.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/webrick-1.7.0.gem
vendored
Normal file
BIN
vendor/cache/webrick-1.7.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/yard-0.9.28.gem
vendored
Normal file
BIN
vendor/cache/yard-0.9.28.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue