Skip to content

Commit d92673a

Browse files
committed
Remove solargraph
1 parent 954f950 commit d92673a

3 files changed

Lines changed: 15 additions & 58 deletions

File tree

.solargraph.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ group :development do
102102
gem "rubocop-performance"
103103
gem "rubocop-rails"
104104
gem "rubocop-rspec"
105-
gem "solargraph"
106-
gem "solargraph-rails"
107105

108106
# Use console on exceptions pages [https://github.com/rails/web-console]
109107
gem "web-console"
@@ -113,6 +111,8 @@ group :development do
113111

114112
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
115113
# gem "spring"
114+
115+
gem "ruby-lsp-rspec", require: false
116116
end
117117

118118
group :test do

Gemfile.lock

Lines changed: 13 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,8 @@ GEM
8585
activerecord (>= 3.2, < 8.0)
8686
rake (>= 10.4, < 14.0)
8787
ast (2.4.2)
88-
backport (1.2.0)
8988
base64 (0.2.0)
9089
bcrypt (3.1.20)
91-
benchmark (0.3.0)
9290
bigdecimal (3.1.8)
9391
bindex (0.8.1)
9492
bootsnap (1.18.3)
@@ -132,7 +130,6 @@ GEM
132130
dotenv (= 3.1.2)
133131
railties (>= 6.1)
134132
drb (2.2.1)
135-
e2mmap (0.1.0)
136133
erubi (1.12.0)
137134
et-orbi (1.2.11)
138135
tzinfo
@@ -154,7 +151,6 @@ GEM
154151
irb (1.13.1)
155152
rdoc (>= 4.0.0)
156153
reline (>= 0.4.2)
157-
jaro_winkler (1.5.6)
158154
jbuilder (2.12.0)
159155
actionview (>= 5.0.0)
160156
activesupport (>= 5.0.0)
@@ -173,16 +169,13 @@ GEM
173169
activerecord
174170
kaminari-core (= 1.2.2)
175171
kaminari-core (1.2.2)
176-
kramdown (2.4.0)
177-
rexml
178-
kramdown-parser-gfm (1.1.0)
179-
kramdown (~> 2.0)
180172
language_server-protocol (3.17.0.3)
181173
launchy (3.0.1)
182174
addressable (~> 2.8)
183175
childprocess (~> 5.0)
184176
letter_opener (1.10.0)
185177
launchy (>= 2.2, < 4)
178+
logger (1.6.4)
186179
loofah (2.22.0)
187180
crass (~> 1.0.2)
188181
nokogiri (>= 1.12.0)
@@ -228,6 +221,7 @@ GEM
228221
ast (~> 2.4.1)
229222
racc
230223
pg (1.5.6)
224+
prism (1.3.0)
231225
propshaft (0.9.0)
232226
actionpack (>= 7.0.0)
233227
activesupport (>= 7.0.0)
@@ -298,7 +292,8 @@ GEM
298292
zeitwerk (~> 2.6)
299293
rainbow (3.1.1)
300294
rake (13.2.1)
301-
rbs (2.8.4)
295+
rbs (3.8.1)
296+
logger
302297
rdoc (6.7.0)
303298
psych (>= 4.0.0)
304299
redis (4.8.1)
@@ -328,8 +323,6 @@ GEM
328323
responders (3.1.1)
329324
actionpack (>= 5.2)
330325
railties (>= 5.2)
331-
reverse_markdown (2.1.1)
332-
nokogiri
333326
rexml (3.2.8)
334327
strscan (>= 3.0.9)
335328
rspec-core (3.13.0)
@@ -381,6 +374,13 @@ GEM
381374
rubocop-rspec_rails (~> 2.28)
382375
rubocop-rspec_rails (2.28.3)
383376
rubocop (~> 1.40)
377+
ruby-lsp (0.22.1)
378+
language_server-protocol (~> 3.17.0)
379+
prism (>= 1.2, < 2.0)
380+
rbs (>= 3, < 4)
381+
sorbet-runtime (>= 0.5.10782)
382+
ruby-lsp-rspec (0.1.19)
383+
ruby-lsp (~> 0.22.0)
384384
ruby-progressbar (1.13.0)
385385
ruby-vips (2.2.1)
386386
ffi (~> 1.12)
@@ -403,25 +403,7 @@ GEM
403403
sidekiq-statistic (1.4.0)
404404
sidekiq (>= 5.0)
405405
tilt (~> 2.0)
406-
solargraph (0.50.0)
407-
backport (~> 1.2)
408-
benchmark
409-
bundler (~> 2.0)
410-
diff-lcs (~> 1.4)
411-
e2mmap
412-
jaro_winkler (~> 1.5)
413-
kramdown (~> 2.3)
414-
kramdown-parser-gfm (~> 1.1)
415-
parser (~> 3.0)
416-
rbs (~> 2.0)
417-
reverse_markdown (~> 2.0)
418-
rubocop (~> 1.38)
419-
thor (~> 1.0)
420-
tilt (~> 2.0)
421-
yard (~> 0.9, >= 0.9.24)
422-
solargraph-rails (1.1.0)
423-
activesupport
424-
solargraph
406+
sorbet-runtime (0.5.11708)
425407
stimulus-rails (1.3.3)
426408
railties (>= 6.0.0)
427409
stringio (3.1.0)
@@ -503,12 +485,11 @@ DEPENDENCIES
503485
rubocop-performance
504486
rubocop-rails
505487
rubocop-rspec
488+
ruby-lsp-rspec
506489
selenium-webdriver
507490
sidekiq (>= 7.2.4)
508491
sidekiq-scheduler
509492
sidekiq-statistic
510-
solargraph
511-
solargraph-rails
512493
stimulus-rails
513494
turbo-rails
514495
tzinfo-data

0 commit comments

Comments
 (0)