|
9 | 9 | PATH |
10 | 10 | remote: ../../.. |
11 | 11 | specs: |
12 | | - react_on_rails (16.2.0.beta.16) |
| 12 | + react_on_rails (16.2.0.beta.17) |
13 | 13 | addressable |
14 | 14 | connection_pool |
15 | 15 | execjs (~> 2.5) |
|
20 | 20 | PATH |
21 | 21 | remote: ../.. |
22 | 22 | specs: |
23 | | - react_on_rails_pro (16.2.0.beta.16) |
| 23 | + react_on_rails_pro (16.2.0.beta.17) |
24 | 24 | addressable |
25 | 25 | async (>= 2.6) |
26 | 26 | connection_pool |
|
29 | 29 | httpx (~> 1.5) |
30 | 30 | jwt (~> 2.7) |
31 | 31 | rainbow |
32 | | - react_on_rails (= 16.2.0.beta.16) |
| 32 | + react_on_rails (= 16.2.0.beta.17) |
33 | 33 |
|
34 | 34 | GEM |
35 | 35 | remote: https://rubygems.org/ |
|
108 | 108 | addressable (2.8.7) |
109 | 109 | public_suffix (>= 2.0.2, < 7.0) |
110 | 110 | amazing_print (1.6.0) |
| 111 | + ast (2.4.3) |
111 | 112 | async (2.34.0) |
112 | 113 | console (~> 1.29) |
113 | 114 | fiber-annotation |
|
214 | 215 | json (2.7.2) |
215 | 216 | jwt (2.9.3) |
216 | 217 | base64 |
| 218 | + language_server-protocol (3.17.0.5) |
217 | 219 | launchy (3.0.1) |
218 | 220 | addressable (~> 2.8) |
219 | 221 | childprocess (~> 5.0) |
@@ -271,10 +273,15 @@ GEM |
271 | 273 | nokogiri (1.18.10-x86_64-linux-musl) |
272 | 274 | racc (~> 1.4) |
273 | 275 | package_json (0.2.0) |
| 276 | + parallel (1.27.0) |
| 277 | + parser (3.3.10.0) |
| 278 | + ast (~> 2.4.1) |
| 279 | + racc |
274 | 280 | pg (1.5.6) |
275 | 281 | pp (0.6.3) |
276 | 282 | prettyprint |
277 | 283 | prettyprint (0.2.0) |
| 284 | + prism (1.6.0) |
278 | 285 | prism-rails (1.5.0) |
279 | 286 | railties |
280 | 287 | protocol (2.0.0) |
|
375 | 382 | rspec-support (3.13.1) |
376 | 383 | rspec_junit_formatter (0.6.0) |
377 | 384 | rspec-core (>= 2, < 4, != 2.12.0) |
| 385 | + rubocop (1.61.0) |
| 386 | + json (~> 2.3) |
| 387 | + language_server-protocol (>= 3.17.0) |
| 388 | + parallel (~> 1.10) |
| 389 | + parser (>= 3.3.0.2) |
| 390 | + rainbow (>= 2.2.2, < 4.0) |
| 391 | + regexp_parser (>= 1.8, < 3.0) |
| 392 | + rexml (>= 3.2.5, < 4.0) |
| 393 | + rubocop-ast (>= 1.30.0, < 2.0) |
| 394 | + ruby-progressbar (~> 1.7) |
| 395 | + unicode-display_width (>= 2.4.0, < 3.0) |
| 396 | + rubocop-ast (1.48.0) |
| 397 | + parser (>= 3.3.7.2) |
| 398 | + prism (~> 1.4) |
| 399 | + rubocop-capybara (2.21.0) |
| 400 | + rubocop (~> 1.41) |
| 401 | + rubocop-factory_bot (2.26.1) |
| 402 | + rubocop (~> 1.61) |
| 403 | + rubocop-performance (1.20.2) |
| 404 | + rubocop (>= 1.48.1, < 2.0) |
| 405 | + rubocop-ast (>= 1.30.0, < 2.0) |
| 406 | + rubocop-rspec (2.31.0) |
| 407 | + rubocop (~> 1.40) |
| 408 | + rubocop-capybara (~> 2.17) |
| 409 | + rubocop-factory_bot (~> 2.22) |
| 410 | + rubocop-rspec_rails (~> 2.28) |
| 411 | + rubocop-rspec_rails (2.29.1) |
| 412 | + rubocop (~> 1.61) |
| 413 | + ruby-progressbar (1.13.0) |
378 | 414 | ruby_parser (3.21.0) |
379 | 415 | racc (~> 1.5) |
380 | 416 | sexp_processor (~> 4.16) |
|
453 | 489 | concurrent-ruby (~> 1.0) |
454 | 490 | uglifier (4.2.0) |
455 | 491 | execjs (>= 0.3.0, < 3) |
| 492 | + unicode-display_width (2.6.0) |
456 | 493 | uri (1.0.3) |
457 | 494 | useragent (0.16.11) |
458 | 495 | web-console (4.2.1) |
@@ -531,6 +568,9 @@ DEPENDENCIES |
531 | 568 | rspec-rails |
532 | 569 | rspec-retry |
533 | 570 | rspec_junit_formatter |
| 571 | + rubocop (= 1.61.0) |
| 572 | + rubocop-performance (~> 1.20.0) |
| 573 | + rubocop-rspec (~> 2.26) |
534 | 574 | sass-rails |
535 | 575 | scss_lint |
536 | 576 | selenium-webdriver (= 4.9.0) |
|
0 commit comments