File tree 3 files changed +14
-10
lines changed
3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 47
47
"extensions" : [
48
48
" ms-azuretools.vscode-docker" ,
49
49
" ninoseki.vscode-gem-lens" ,
50
- " rebornix.ruby" ,
51
50
" eamodio.gitlens" ,
52
51
" github.vscode-pull-request-github" ,
53
52
" wmaurer.change-case" ,
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ group :development, :test do
54
54
end
55
55
56
56
group :development do
57
+ gem 'ruby-lsp' , '~> 0.17.7'
57
58
gem 'ruby-lsp-rails'
58
59
gem 'ruby-lsp-rspec'
59
60
end
Original file line number Diff line number Diff line change 232
232
kaminari-core (= 1.2.2 )
233
233
kaminari-core (1.2.2 )
234
234
language_server-protocol (3.17.0.3 )
235
+ logger (1.6.0 )
235
236
loofah (2.22.0 )
236
237
crass (~> 1.0.2 )
237
238
nokogiri (>= 1.12.0 )
295
296
postmark-rails (0.22.1 )
296
297
actionmailer (>= 3.0.0 )
297
298
postmark (>= 1.21.3 , < 2.0 )
298
- prism (0.27 .0 )
299
+ prism (0.30 .0 )
299
300
pry (0.14.2 )
300
301
coderay (~> 1.1 )
301
302
method_source (~> 1.0 )
353
354
zeitwerk (~> 2.6 )
354
355
rainbow (3.1.1 )
355
356
rake (13.2.1 )
357
+ rbs (3.5.2 )
358
+ logger
356
359
rdoc (6.7.0 )
357
360
psych (>= 4.0.0 )
358
361
regexp_parser (2.7.0 )
@@ -409,15 +412,15 @@ GEM
409
412
rubocop-rspec (2.18.1 )
410
413
rubocop (~> 1.33 )
411
414
rubocop-capybara (~> 2.17 )
412
- ruby-lsp (0.16.5 )
415
+ ruby-lsp (0.17.7 )
413
416
language_server-protocol (~> 3.17.0 )
414
- prism (>= 0.23.0 , < 0.28 )
417
+ prism (>= 0.29.0 , < 0.31 )
418
+ rbs (>= 3 , < 4 )
415
419
sorbet-runtime (>= 0.5.10782 )
416
- ruby-lsp-rails (0.3.5 )
417
- ruby-lsp (>= 0.16.0 , < 0.17.0 )
418
- sorbet-runtime (>= 0.5.9897 )
419
- ruby-lsp-rspec (0.1.11 )
420
- ruby-lsp (~> 0.16.0 )
420
+ ruby-lsp-rails (0.3.10 )
421
+ ruby-lsp (>= 0.17.2 , < 0.18.0 )
422
+ ruby-lsp-rspec (0.1.12 )
423
+ ruby-lsp (~> 0.17.0 )
421
424
ruby-progressbar (1.11.0 )
422
425
ruby-vips (2.2.0 )
423
426
ffi (~> 1.12 )
456
459
snaky_hash (2.0.1 )
457
460
hashie
458
461
version_gem (~> 1.1 , >= 1.1.1 )
459
- sorbet-runtime (0.5.11357 )
462
+ sorbet-runtime (0.5.11481 )
460
463
sprockets (4.2.0 )
461
464
concurrent-ruby (~> 1.0 )
462
465
rack (>= 2.2.4 , < 4 )
@@ -544,6 +547,7 @@ DEPENDENCIES
544
547
rubocop-graphql
545
548
rubocop-rails
546
549
rubocop-rspec
550
+ ruby-lsp (~> 0.17.7 )
547
551
ruby-lsp-rails
548
552
ruby-lsp-rspec
549
553
scout_apm
You can’t perform that action at this time.
0 commit comments