|
7 | 7 | GEM
|
8 | 8 | remote: https://rubygems.org/
|
9 | 9 | specs:
|
10 |
| - activesupport (7.0.4) |
11 |
| - concurrent-ruby (~> 1.0, >= 1.0.2) |
| 10 | + activesupport (7.2.1) |
| 11 | + base64 |
| 12 | + bigdecimal |
| 13 | + concurrent-ruby (~> 1.0, >= 1.3.1) |
| 14 | + connection_pool (>= 2.2.5) |
| 15 | + drb |
12 | 16 | i18n (>= 1.6, < 2)
|
| 17 | + logger (>= 1.4.2) |
13 | 18 | minitest (>= 5.1)
|
14 |
| - tzinfo (~> 2.0) |
| 19 | + securerandom (>= 0.3) |
| 20 | + tzinfo (~> 2.0, >= 2.0.5) |
15 | 21 | ast (2.4.2)
|
| 22 | + base64 (0.2.0) |
| 23 | + bigdecimal (3.1.8) |
16 | 24 | coderay (1.1.3)
|
17 |
| - colorize (0.8.1) |
18 |
| - concurrent-ruby (1.1.10) |
19 |
| - diff-lcs (1.5.0) |
20 |
| - i18n (1.12.0) |
| 25 | + colorize (1.1.0) |
| 26 | + concurrent-ruby (1.3.4) |
| 27 | + connection_pool (2.4.1) |
| 28 | + diff-lcs (1.5.1) |
| 29 | + drb (2.2.1) |
| 30 | + i18n (1.14.6) |
21 | 31 | concurrent-ruby (~> 1.0)
|
22 |
| - json (2.6.3) |
23 |
| - method_source (1.0.0) |
24 |
| - minitest (5.17.0) |
25 |
| - parallel (1.22.1) |
26 |
| - parser (3.2.0.0) |
| 32 | + json (2.7.2) |
| 33 | + language_server-protocol (3.17.0.3) |
| 34 | + logger (1.6.1) |
| 35 | + method_source (1.1.0) |
| 36 | + minitest (5.25.1) |
| 37 | + parallel (1.26.3) |
| 38 | + parser (3.3.5.0) |
27 | 39 | ast (~> 2.4.1)
|
| 40 | + racc |
28 | 41 | pry (0.14.2)
|
29 | 42 | coderay (~> 1.1)
|
30 | 43 | method_source (~> 1.0)
|
31 |
| - rack (3.0.3) |
| 44 | + racc (1.8.1) |
| 45 | + rack (3.1.8) |
32 | 46 | rainbow (3.1.1)
|
33 |
| - rake (13.0.6) |
34 |
| - regexp_parser (2.6.1) |
35 |
| - rexml (3.2.5) |
36 |
| - rspec (3.12.0) |
37 |
| - rspec-core (~> 3.12.0) |
38 |
| - rspec-expectations (~> 3.12.0) |
39 |
| - rspec-mocks (~> 3.12.0) |
40 |
| - rspec-core (3.12.0) |
41 |
| - rspec-support (~> 3.12.0) |
42 |
| - rspec-expectations (3.12.2) |
| 47 | + rake (13.2.1) |
| 48 | + regexp_parser (2.9.2) |
| 49 | + rspec (3.13.0) |
| 50 | + rspec-core (~> 3.13.0) |
| 51 | + rspec-expectations (~> 3.13.0) |
| 52 | + rspec-mocks (~> 3.13.0) |
| 53 | + rspec-core (3.13.1) |
| 54 | + rspec-support (~> 3.13.0) |
| 55 | + rspec-expectations (3.13.3) |
43 | 56 | diff-lcs (>= 1.2.0, < 2.0)
|
44 |
| - rspec-support (~> 3.12.0) |
45 |
| - rspec-mocks (3.12.2) |
| 57 | + rspec-support (~> 3.13.0) |
| 58 | + rspec-mocks (3.13.2) |
46 | 59 | diff-lcs (>= 1.2.0, < 2.0)
|
47 |
| - rspec-support (~> 3.12.0) |
48 |
| - rspec-support (3.12.0) |
49 |
| - rubocop (1.43.0) |
| 60 | + rspec-support (~> 3.13.0) |
| 61 | + rspec-support (3.13.1) |
| 62 | + rubocop (1.66.1) |
50 | 63 | json (~> 2.3)
|
| 64 | + language_server-protocol (>= 3.17.0) |
51 | 65 | parallel (~> 1.10)
|
52 |
| - parser (>= 3.2.0.0) |
| 66 | + parser (>= 3.3.0.2) |
53 | 67 | rainbow (>= 2.2.2, < 4.0)
|
54 |
| - regexp_parser (>= 1.8, < 3.0) |
55 |
| - rexml (>= 3.2.5, < 4.0) |
56 |
| - rubocop-ast (>= 1.24.1, < 2.0) |
| 68 | + regexp_parser (>= 2.4, < 3.0) |
| 69 | + rubocop-ast (>= 1.32.2, < 2.0) |
57 | 70 | ruby-progressbar (~> 1.7)
|
58 | 71 | unicode-display_width (>= 2.4.0, < 3.0)
|
59 |
| - rubocop-ast (1.24.1) |
60 |
| - parser (>= 3.1.1.0) |
61 |
| - rubocop-config-umbrellio (1.43.0.81) |
62 |
| - rubocop (~> 1.43.0) |
63 |
| - rubocop-performance (~> 1.15.0) |
64 |
| - rubocop-rails (~> 2.17.0) |
| 72 | + rubocop-ast (1.32.3) |
| 73 | + parser (>= 3.3.1.0) |
| 74 | + rubocop-config-umbrellio (1.66.0.99) |
| 75 | + rubocop (~> 1.66.0) |
| 76 | + rubocop-factory_bot (~> 2.26.0) |
| 77 | + rubocop-performance (~> 1.22.0) |
| 78 | + rubocop-rails (~> 2.26.0) |
65 | 79 | rubocop-rake (~> 0.6.0)
|
66 |
| - rubocop-rspec (~> 2.16.0) |
| 80 | + rubocop-rspec (~> 3.0.0) |
67 | 81 | rubocop-sequel (~> 0.3.3)
|
68 |
| - rubocop-performance (1.15.2) |
69 |
| - rubocop (>= 1.7.0, < 2.0) |
70 |
| - rubocop-ast (>= 0.4.0) |
71 |
| - rubocop-rails (2.17.4) |
| 82 | + rubocop-factory_bot (2.26.1) |
| 83 | + rubocop (~> 1.61) |
| 84 | + rubocop-performance (1.22.1) |
| 85 | + rubocop (>= 1.48.1, < 2.0) |
| 86 | + rubocop-ast (>= 1.31.1, < 2.0) |
| 87 | + rubocop-rails (2.26.2) |
72 | 88 | activesupport (>= 4.2.0)
|
73 | 89 | rack (>= 1.1)
|
74 |
| - rubocop (>= 1.33.0, < 2.0) |
| 90 | + rubocop (>= 1.52.0, < 2.0) |
| 91 | + rubocop-ast (>= 1.31.1, < 2.0) |
75 | 92 | rubocop-rake (0.6.0)
|
76 | 93 | rubocop (~> 1.0)
|
77 |
| - rubocop-rspec (2.16.0) |
78 |
| - rubocop (~> 1.33) |
| 94 | + rubocop-rspec (3.0.5) |
| 95 | + rubocop (~> 1.61) |
79 | 96 | rubocop-sequel (0.3.4)
|
80 | 97 | rubocop (~> 1.0)
|
81 |
| - ruby-progressbar (1.11.0) |
82 |
| - tzinfo (2.0.5) |
| 98 | + ruby-progressbar (1.13.0) |
| 99 | + securerandom (0.3.1) |
| 100 | + tzinfo (2.0.6) |
83 | 101 | concurrent-ruby (~> 1.0)
|
84 |
| - unicode-display_width (2.4.2) |
| 102 | + unicode-display_width (2.6.0) |
85 | 103 |
|
86 | 104 | PLATFORMS
|
87 | 105 | arm64-darwin-21
|
|
0 commit comments