File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- nvar (0.2 .0 )
4
+ nvar (0.3 .0 )
5
5
activesupport (>= 5.0.0 , < 8.0 )
6
6
7
7
GEM
148
148
parser (3.3.0.5 )
149
149
ast (~> 2.4.1 )
150
150
racc
151
+ prism (0.24.0 )
151
152
psych (5.1.2 )
152
153
stringio
153
154
racc (1.7.3 )
225
226
rubocop-performance (1.20.2 )
226
227
rubocop (>= 1.48.1 , < 2.0 )
227
228
rubocop-ast (>= 1.30.0 , < 2.0 )
229
+ ruby-lsp (0.14.3 )
230
+ language_server-protocol (~> 3.17.0 )
231
+ prism (>= 0.22.0 , < 0.25 )
232
+ sorbet-runtime (>= 0.5.10782 )
233
+ ruby-lsp-rspec (0.1.10 )
234
+ ruby-lsp (~> 0.14.0 )
228
235
ruby-progressbar (1.13.0 )
229
236
ruby2_keywords (0.0.5 )
230
237
simplecov (0.22.0 )
233
240
simplecov_json_formatter (~> 0.1 )
234
241
simplecov-html (0.12.3 )
235
242
simplecov_json_formatter (0.1.4 )
243
+ sorbet-runtime (0.5.11276 )
236
244
standard (1.34.0 )
237
245
language_server-protocol (~> 3.17.0.2 )
238
246
lint_roller (~> 1.0 )
@@ -277,6 +285,7 @@ DEPENDENCIES
277
285
rails
278
286
rake (~> 12.0 )
279
287
rspec (~> 3.0 )
288
+ ruby-lsp-rspec
280
289
simplecov
281
290
standardrb
282
291
tempfile
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Gem::Specification.new do |spec|
33
33
spec . add_development_dependency "byebug"
34
34
spec . add_development_dependency "climate_control"
35
35
spec . add_development_dependency "rails"
36
+ spec . add_development_dependency "ruby-lsp-rspec"
36
37
spec . add_development_dependency "simplecov"
37
38
spec . add_development_dependency "standardrb"
38
39
spec . add_development_dependency "tempfile"
You can’t perform that action at this time.
0 commit comments